Skip to content

Instantly share code, notes, and snippets.

@cmpscabral
Created March 13, 2016 23:02
Show Gist options
  • Save cmpscabral/780c597675c3469db870 to your computer and use it in GitHub Desktop.
Save cmpscabral/780c597675c3469db870 to your computer and use it in GitHub Desktop.
find files older than x time
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