Skip to content

Instantly share code, notes, and snippets.

@paperdarwin
Created August 11, 2015 20:35
Show Gist options
  • Save paperdarwin/15f4b2a35e419d817ce2 to your computer and use it in GitHub Desktop.
Save paperdarwin/15f4b2a35e419d817ce2 to your computer and use it in GitHub Desktop.
sort folders by size
du --block-size=MiB --max-depth=1 path | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment