Created
March 13, 2016 23:02
-
-
Save cmpscabral/780c597675c3469db870 to your computer and use it in GitHub Desktop.
find files older than x time
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
find $LOCATION -name $REQUIRED_FILES -type f -mmin +360 -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment