Created
November 20, 2013 20:00
-
-
Save ddeyoung/7570018 to your computer and use it in GitHub Desktop.
Keep it clean.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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