Skip to content

Instantly share code, notes, and snippets.

@shaneshifflett
Created February 1, 2012 06:21
Show Gist options
  • Save shaneshifflett/1715466 to your computer and use it in GitHub Desktop.
Save shaneshifflett/1715466 to your computer and use it in GitHub Desktop.
delete files greater than 3 days old
find DIR_PATH -type f -mmin +4320 -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment