Skip to content

Instantly share code, notes, and snippets.

@rhardih
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhardih/de7c9bbfee2b759021f9 to your computer and use it in GitHub Desktop.
Save rhardih/de7c9bbfee2b759021f9 to your computer and use it in GitHub Desktop.
Cleanup stuff in ~/Downloads/
0 12 * * * find ~/Downloads/ -mtime +7 -maxdepth 1 -exec rm -rf {} \;
@rhardih
Copy link
Author

rhardih commented Jun 18, 2015

Updated to avoid using xargs, which didn't work for filenames with spaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment