Last active
February 23, 2018 00:22
-
-
Save lauborges/eccb900c0ba4d85ae18d17a1e5389fa8 to your computer and use it in GitHub Desktop.
Remove ll node_modules folders
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
find . -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