-
-
Save khanhicetea/4482b1b57ce604c7a1eafc6ee558f128 to your computer and use it in GitHub Desktop.
TIL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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