Skip to content

Instantly share code, notes, and snippets.

@masters3d
Created June 13, 2018 22:24
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 masters3d/5977a1c30f948d246fb89cac984d717c to your computer and use it in GitHub Desktop.
Save masters3d/5977a1c30f948d246fb89cac984d717c to your computer and use it in GitHub Desktop.
Get the size of subfolders in the current dir
du -h --max-depth=1 --block-size=G . | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment