Skip to content

Instantly share code, notes, and snippets.

@wechain
Last active August 10, 2018 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wechain/ab7d28e7b68d27dcec29dda3404d3dec to your computer and use it in GitHub Desktop.
Save wechain/ab7d28e7b68d27dcec29dda3404d3dec to your computer and use it in GitHub Desktop.
sudo du -gxd 5 / | awk '$1 >= 5{print}'
cd ~/Dev
du -d 1 -h
find . -name "node_modules" -print -exec rm -rf {} ";"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment