Created
August 4, 2016 09:42
-
-
Save vivianspencer/6c76bed1235de14245fe3c3a60785a12 to your computer and use it in GitHub Desktop.
Largest Top 10 Files and Directories on a Linux machine
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