Skip to content

Instantly share code, notes, and snippets.

@nataliemarleny
Created September 1, 2019 18:13
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 nataliemarleny/cfb37e334a6c3ffc3e70da6df017b5d1 to your computer and use it in GitHub Desktop.
Save nataliemarleny/cfb37e334a6c3ffc3e70da6df017b5d1 to your computer and use it in GitHub Desktop.
Script which sorts directories by size
du -h -d1 | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment