Created
August 22, 2014 17:28
-
-
Save manisnesan/18617d17123ed1ac6bd9 to your computer and use it in GitHub Desktop.
Display the top 10 large files in the current directory
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 -hsx * | sort -rh | head -10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment