Created
January 19, 2012 02:59
-
-
Save brianegge/1637405 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 find / -mount -type f -ls|sort -rnk7 |head -30|awk '{printf "%10d MB\t%s\n",($7/1024)/1024,$NF}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment