Last active
February 20, 2019 13:58
-
-
Save jlis/7b0751d11ca619dcf2662bf589906027 to your computer and use it in GitHub Desktop.
Clears /tmp files which are older than 10 days
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
sudo find /tmp -type f -atime +10 -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment