Created
August 23, 2016 05:23
-
-
Save andrevenancio/c46ace1311ccd86d7a7ed3d5c0f10369 to your computer and use it in GitHub Desktop.
Remove all node_modules from Dropbox
This file contains 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
find ~/Dropbox/ -name "node_modules" -type d -exec rm -rf '{}' + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment