Skip to content

Instantly share code, notes, and snippets.

@etelford
Created April 17, 2015 13:44
Show Gist options
  • Save etelford/397d55466713a04642f6 to your computer and use it in GitHub Desktop.
Save etelford/397d55466713a04642f6 to your computer and use it in GitHub Desktop.
Bash snippets
# Find and delete all files old than 3 days
`find . -name "*.sql.gz" -mtime +3 -delete`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment