Skip to content

Instantly share code, notes, and snippets.

@walkingmask
Created September 21, 2016 11:36
Show Gist options
  • Save walkingmask/f4e4f1e96f99220e29e4c52474263d81 to your computer and use it in GitHub Desktop.
Save walkingmask/f4e4f1e96f99220e29e4c52474263d81 to your computer and use it in GitHub Desktop.
# 容量喰ってる場所を探すワンライナー
du -h -d 1 /* | grep -E "^[1-9][0-9\.]*G"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment