Skip to content

Instantly share code, notes, and snippets.

@jakubzitny
Created May 29, 2015 08:39
Show Gist options
  • Save jakubzitny/5cf138a21540d4a6cdf8 to your computer and use it in GitHub Desktop.
Save jakubzitny/5cf138a21540d4a6cdf8 to your computer and use it in GitHub Desktop.
find . -ctime +14 -type d -regextype sed -regex ".*[a-z0-9]\{64\}$" | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment