Last active
August 10, 2018 14:50
-
-
Save wechain/ab7d28e7b68d27dcec29dda3404d3dec 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
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