Last active
August 8, 2022 09:43
-
-
Save odysseus0/50c8ea1a4fc4cf17ae0e80ca88c49429 to your computer and use it in GitHub Desktop.
[size all] List all folders and files' size in descending human-readable format #shell
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 -sh * | sort -rh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment