Skip to content

Instantly share code, notes, and snippets.

@gnysek
Created June 2, 2015 05:57
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 gnysek/ea34d2beffe5e092bcb1 to your computer and use it in GitHub Desktop.
Save gnysek/ea34d2beffe5e092bcb1 to your computer and use it in GitHub Desktop.
Temporary files cron
0 4 * * * find /temp/folder -type f -ctime +7d -exec rm -f {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment