Created
September 22, 2025 18:14
-
-
Save eduavila/58f57fd227d8c790480132d5c1eb6d28 to your computer and use it in GitHub Desktop.
List big folders
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
| ~~~ | |
| du -h --max-depth=1 /var/log | sort -rh | head -n 10 | |
| ~~~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment