Skip to content

Instantly share code, notes, and snippets.

@proclnas
Created October 1, 2018 21:04
Show Gist options
  • Save proclnas/d5ea535cc7cbb504d5c1b4261aecba10 to your computer and use it in GitHub Desktop.
Save proclnas/d5ea535cc7cbb504d5c1b4261aecba10 to your computer and use it in GitHub Desktop.
# 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