Skip to content

Instantly share code, notes, and snippets.

@salaros
Last active January 1, 2018 20:18
Show Gist options
  • Save salaros/9171e250695d7936028ba10e3c6ac006 to your computer and use it in GitHub Desktop.
Save salaros/9171e250695d7936028ba10e3c6ac006 to your computer and use it in GitHub Desktop.
Remove cache folders in a given path
find /home/salaros -regextype posix-egrep -iregex "(packages-|shaders_|Shader|repository-|_ca|GPU|v3-|.)+?cache" -type d -exec rm -rfv "{}" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment