Last active
March 21, 2018 13:32
-
-
Save jamesholcomb/5c1601c46e8e4345a51b54ae21050bd7 to your computer and use it in GitHub Desktop.
Finds the folders which contain a node_modules folder
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 -maxdepth 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment