Last active
April 2, 2017 16:56
-
-
Save romach/6cb1b03c1603c64c48bd0425fca9c3eb to your computer and use it in GitHub Desktop.
Find largest files and directories
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 -a / | sort -n -r | head -n 50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment