Skip to content

Instantly share code, notes, and snippets.

@xntrik
Created June 12, 2011 09:21
Show Gist options
  • Save xntrik/1021373 to your computer and use it in GitHub Desktop.
Save xntrik/1021373 to your computer and use it in GitHub Desktop.
Clear trash smartly
find . -type f -atime +60 -print0 | xargs -0 rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment