Created
June 2, 2015 05:57
-
-
Save gnysek/ea34d2beffe5e092bcb1 to your computer and use it in GitHub Desktop.
Temporary files cron
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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