Skip to content

Instantly share code, notes, and snippets.

@marcelosantos
Created April 26, 2017 11:58
Show Gist options
  • Save marcelosantos/e8a3514850ec766d7ea168852726b236 to your computer and use it in GitHub Desktop.
Save marcelosantos/e8a3514850ec766d7ea168852726b236 to your computer and use it in GitHub Desktop.

Ordering result from a shell list directories by folder size

$ du -sh * | sort -h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment