Skip to content

Instantly share code, notes, and snippets.

@kampfgnu
Last active December 8, 2020 11:22
Show Gist options
  • Save kampfgnu/5670865cb7fc94c4f803f06c27ba0cfe to your computer and use it in GitHub Desktop.
Save kampfgnu/5670865cb7fc94c4f803f06c27ba0cfe to your computer and use it in GitHub Desktop.
disk usage recursive list size sorted size ASC (the "/" after "*" is used to list folders only)
du -sh */ | sort -hr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment