Created
December 14, 2016 09:50
-
-
Save jvanja/aef1e444d5111585ed19d2342c70abaf to your computer and use it in GitHub Desktop.
List the 20 largest files or folders under the current directory
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 -ma | sort -nr | head -n 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment