Last active
October 22, 2024 17:44
-
-
Save vicradon/0c15aa83af77932c559306ec9514c962 to your computer and use it in GitHub Desktop.
Check the sorted disk usage of a particular directory on UNIX
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
sudo du -cksh .[!.]* * | sort -hr |
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 -cksh * | sort -hr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment