Created
September 20, 2017 08:38
-
-
Save ShichenLiu/cd63d743395426c1e4f1bfd6321fb036 to your computer and use it in GitHub Desktop.
Linux Useful Scripts
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
| ########################################### | |
| # File Size | |
| ########################################### | |
| # Show current folder size | |
| du -sh | |
| # Show all files with corresponding size | |
| du -h --max-depth=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment