Skip to content

Instantly share code, notes, and snippets.

@jamesholcomb
Last active March 21, 2018 13:32
Show Gist options
  • Save jamesholcomb/5c1601c46e8e4345a51b54ae21050bd7 to your computer and use it in GitHub Desktop.
Save jamesholcomb/5c1601c46e8e4345a51b54ae21050bd7 to your computer and use it in GitHub Desktop.
Finds the folders which contain a node_modules folder
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