Skip to content

Instantly share code, notes, and snippets.

@dody87
Created May 21, 2019 13:55
Show Gist options
  • Save dody87/1fea4f7c3642488d030c006c1359ccf8 to your computer and use it in GitHub Desktop.
Save dody87/1fea4f7c3642488d030c006c1359ccf8 to your computer and use it in GitHub Desktop.
Linux get most heavy folders command line
du -sch .[!.]* * |sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment