Skip to content

Instantly share code, notes, and snippets.

@jaynzr
Created February 17, 2016 15:40
Show Gist options
  • Save jaynzr/380ecc1d10b42361e759 to your computer and use it in GitHub Desktop.
Save jaynzr/380ecc1d10b42361e759 to your computer and use it in GitHub Desktop.
delete old files
find . -mtime +365 -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment