Last active
December 8, 2020 11:22
-
-
Save kampfgnu/5670865cb7fc94c4f803f06c27ba0cfe to your computer and use it in GitHub Desktop.
disk usage recursive list size sorted size ASC (the "/" after "*" is used to list folders only)
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 -hr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment