Skip to main content
Question Protected by ggorlen
Edited for clarity
Source Link
Guy Avraham
  • 3.8k
  • 3
  • 43
  • 55

I want to traverse all subdirectories, except the "node_modules"node_modules directory.

I want to traverse all subdirectories, except the "node_modules" directory.

I want to traverse all subdirectories, except the node_modules directory.

Source Link
TIMEX
  • 274.6k
  • 369
  • 804
  • 1.1k

How can I exclude directories from grep -R?

I want to traverse all subdirectories, except the "node_modules" directory.