Skip to content

Instantly share code, notes, and snippets.

@cocodrino
Created August 27, 2017 22:15
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 cocodrino/224db01fbcead3914ffc19b899abe9e9 to your computer and use it in GitHub Desktop.
Save cocodrino/224db01fbcead3914ffc19b899abe9e9 to your computer and use it in GitHub Desktop.
get size folders inside the current location
sudo ls -1d */ | sudo xargs -I{} du {} -sh && sudo du -sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment