Created
December 17, 2016 11:26
-
-
Save tusharvikky/09ccb7699525bebb7b9ec4cc03e21f7f to your computer and use it in GitHub Desktop.
Linux Commands
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
# show top 10 biggest subdirs in the current dir. | |
du -sk * | sort -nr | head -10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment