Created
December 6, 2015 14:10
-
-
Save timkock/e7cc73aec36deb7a6fec to your computer and use it in GitHub Desktop.
removes nested node_modules directories to clean unwanted data for backup or other purposes
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 . -name "node_modules" -exec rm -rf '{}' + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment