Skip to content

Instantly share code, notes, and snippets.

@gabrielke
Created January 28, 2018 23:10
Show Gist options
  • Save gabrielke/b8c4fdeb140681824a6e28129719c356 to your computer and use it in GitHub Desktop.
Save gabrielke/b8c4fdeb140681824a6e28129719c356 to your computer and use it in GitHub Desktop.
Sort directories by size, human readable
(for i in *; do du -sh $i; done)|sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment