Created
May 14, 2019 23:51
-
-
Save bscott/302d83b8da6e67f099a5ccd357c67b02 to your computer and use it in GitHub Desktop.
Find Large files
This file contains 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 /dir/ | sort -n -r | head -n 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment