Skip to content

Instantly share code, notes, and snippets.

@joshy
Created July 10, 2020 10:41
Show Gist options
  • Save joshy/39984c38ad17cdc40a1de46bb7e07bce to your computer and use it in GitHub Desktop.
Save joshy/39984c38ad17cdc40a1de46bb7e07bce to your computer and use it in GitHub Desktop.
delete oldest first directories
# delete oldest first, first 100 entries of directories
ls -lctr | head -n 100 | xargs sudo rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment