Created
October 4, 2018 13:11
-
-
Save nic0-lab/4408078a640e643e51eca47f11bd5a0d to your computer and use it in GitHub Desktop.
find
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 . -type d -name "node_modules" -exec rm -rf {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment