Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active June 21, 2024 04:22
Show Gist options
  • Save mcandre/ebbdf2e445be0d810559 to your computer and use it in GitHub Desktop.
Save mcandre/ebbdf2e445be0d810559 to your computer and use it in GitHub Desktop.
Sort file and directories recursively by size
$ du -h --max-depth=1 . | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment