Skip to content

Instantly share code, notes, and snippets.

@drsnyder
Created August 30, 2012 16:07
Show Gist options
  • Select an option

  • Save drsnyder/3531880 to your computer and use it in GitHub Desktop.

Select an option

Save drsnyder/3531880 to your computer and use it in GitHub Desktop.
Finding recipes
find . -maxdepth 3 -wholename "*/snapshot*/*" -type d -mtime +3 -print -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment