Last active
May 29, 2019 07:15
-
-
Save phmLabs/38edf303a65e6075fc9ce64221550f4b to your computer and use it in GitHub Desktop.
Delete files older that 90 days
This file contains 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
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