Created
July 29, 2019 16:55
-
-
Save delpinoconsulting/21265fed025acc6dd0e0f052f3f59706 to your computer and use it in GitHub Desktop.
Script to find files older than 6 hours
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