Skip to content

Instantly share code, notes, and snippets.

@ddeyoung
Created November 20, 2013 20:00
Show Gist options
  • Save ddeyoung/7570018 to your computer and use it in GitHub Desktop.
Save ddeyoung/7570018 to your computer and use it in GitHub Desktop.
Keep it clean.
KEEP_MAX=5
(ls -t|head -n $KEEP_MAX;ls)|sort|uniq -u|xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment