Skip to content

Instantly share code, notes, and snippets.

@patrickgill
Last active April 23, 2019 08:21
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 patrickgill/1c22a4828364f7987903024c03833646 to your computer and use it in GitHub Desktop.
Save patrickgill/1c22a4828364f7987903024c03833646 to your computer and use it in GitHub Desktop.
#human readble size
tree -h > fsstruct.txt
#specify path
tree -h /path/ > fsstruct.txt
#du
sudo du -h /path/ 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment