Skip to content

Instantly share code, notes, and snippets.

@300481
Created February 6, 2020 08:06
Show Gist options
  • Save 300481/e546318080660bb286e2ecf08c1e4831 to your computer and use it in GitHub Desktop.
Save 300481/e546318080660bb286e2ecf08c1e4831 to your computer and use it in GitHub Desktop.
find files
# older than 5 days
find /path/to/files* -mtime +5 -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment