Skip to content

Instantly share code, notes, and snippets.

@khanhicetea
Created May 3, 2020 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khanhicetea/4482b1b57ce604c7a1eafc6ee558f128 to your computer and use it in GitHub Desktop.
Save khanhicetea/4482b1b57ce604c7a1eafc6ee558f128 to your computer and use it in GitHub Desktop.
TIL
Calc size of root directories
```bash
du -h . --max-depth=1 | sort -n -r | head -n 10
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment