Created
November 22, 2016 07:17
-
-
Save subhajeet2107/a7ec40d3951040eb251206e691cb3375 to your computer and use it in GitHub Desktop.
Check folder space on ubuntu
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
du -hsx * | sort -rh | head -10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment