Skip to content

Instantly share code, notes, and snippets.

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