Skip to content

Instantly share code, notes, and snippets.

@phmLabs
Last active May 29, 2019 07:15
Show Gist options
  • Save phmLabs/38edf303a65e6075fc9ce64221550f4b to your computer and use it in GitHub Desktop.
Save phmLabs/38edf303a65e6075fc9ce64221550f4b to your computer and use it in GitHub Desktop.
Delete files older that 90 days
time find /leankoala/storage/ -mtime +90 -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment