Skip to content

Instantly share code, notes, and snippets.

@gka
Created September 17, 2015 21:08
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 gka/215473f91a5fed61b212 to your computer and use it in GitHub Desktop.
Save gka/215473f91a5fed61b212 to your computer and use it in GitHub Desktop.
Remove everything but five newest files/directories
(ls -t|head -n 5;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