Created
February 6, 2020 08:06
-
-
Save 300481/e546318080660bb286e2ecf08c1e4831 to your computer and use it in GitHub Desktop.
find files
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
# older than 5 days | |
find /path/to/files* -mtime +5 -exec rm {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment