Skip to content

Instantly share code, notes, and snippets.

@odysseus0
Last active August 8, 2022 09:43
Show Gist options
  • Save odysseus0/50c8ea1a4fc4cf17ae0e80ca88c49429 to your computer and use it in GitHub Desktop.
Save odysseus0/50c8ea1a4fc4cf17ae0e80ca88c49429 to your computer and use it in GitHub Desktop.
[size all] List all folders and files' size in descending human-readable format #shell
du -sh * | sort -rh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment