Skip to content

Instantly share code, notes, and snippets.

@jlis
Last active February 20, 2019 13:58
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 jlis/7b0751d11ca619dcf2662bf589906027 to your computer and use it in GitHub Desktop.
Save jlis/7b0751d11ca619dcf2662bf589906027 to your computer and use it in GitHub Desktop.
Clears /tmp files which are older than 10 days
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