Last active
March 13, 2024 12:04
-
-
Save lukechilds/8bac376ae53a7736dca8348f12d718b6 to your computer and use it in GitHub Desktop.
List all files on filesystem in size order
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 -h -a / 2>/dev/null | sort -h -r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment