Created
March 22, 2016 14:26
-
-
Save sangar82/5d4cf4175a1df705f9c2 to your computer and use it in GitHub Desktop.
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
// disk free (-h human-readabke) | |
df -h | |
// disk usage | |
du -h --max-depth=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment