Skip to content

Instantly share code, notes, and snippets.

@rubberduck203
Last active May 17, 2022 12:25
Show Gist options
  • Save rubberduck203/ebec7d7f48f25124d5e7f5bb4a5dfb59 to your computer and use it in GitHub Desktop.
Save rubberduck203/ebec7d7f48f25124d5e7f5bb4a5dfb59 to your computer and use it in GitHub Desktop.
#Summarize size of the contents of directories under current directory and sort
# get summarized human readable sizes | sort human readable numbers
du -sh ./* | sort -h
# total disk free per partition
df -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment