Skip to content

Instantly share code, notes, and snippets.

@fruitl00p
Created February 17, 2015 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fruitl00p/5b8d2aede79cc6177a11 to your computer and use it in GitHub Desktop.
Save fruitl00p/5b8d2aede79cc6177a11 to your computer and use it in GitHub Desktop.
clean up old files
# 20150215 at midnight
rm -rf /tmp/t && touch -t 201502160000 /tmp/t
find $directory -type f -not -newer /tmp/t -print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment