Created
October 1, 2018 21:04
-
-
Save proclnas/d5ea535cc7cbb504d5c1b4261aecba10 to your computer and use it in GitHub Desktop.
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
# Geral | |
du -cha --max-depth=1 / | grep -E "M|G" | |
# By dir | |
du -cha --max-depth=1 /var | grep -E "M|G" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment