Skip to content

Instantly share code, notes, and snippets.

@havron
Last active December 11, 2018 20:32
Show Gist options
  • Save havron/24e713ab72c981bac7542e255e9f8525 to your computer and use it in GitHub Desktop.
Save havron/24e713ab72c981bac7542e255e9f8525 to your computer and use it in GitHub Desktop.
figure out what is taking up all of the space on disk. also consider https://dev.yorhel.nl/ncdu
du -cha --max-depth=2 /home/ | grep -E "M|G" | sort -rh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment