Skip to content

Instantly share code, notes, and snippets.

@GuillaumeJasmin
Created October 31, 2017 10:43
Show Gist options
  • Save GuillaumeJasmin/3183e23d808fa6bfdce7b4fee68c7cce to your computer and use it in GitHub Desktop.
Save GuillaumeJasmin/3183e23d808fa6bfdce7b4fee68c7cce to your computer and use it in GitHub Desktop.
Usefull Linux commands

list all size of directory, sort by size

du -sh * | sort -hr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment