Skip to content

Instantly share code, notes, and snippets.

@bububa
Created February 4, 2013 09:38
Show Gist options
  • Save bububa/4705860 to your computer and use it in GitHub Desktop.
Save bububa/4705860 to your computer and use it in GitHub Desktop.
remove file by date
find . -mtime +5 -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment