Skip to content

Instantly share code, notes, and snippets.

@dtateii
Created December 15, 2015 19:21
Show Gist options
  • Save dtateii/58738364009094371b0a to your computer and use it in GitHub Desktop.
Save dtateii/58738364009094371b0a to your computer and use it in GitHub Desktop.
Delete all except last N files
ls -tr | head -n -3 | sudo xargs --no-run-if-empty rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment