requirements: want to match all JS files under folder A (including infinite recursive subdirectories), but not js files under a directory called node_modules descendants.
the current practice is to iterate through the nodeJS folder layer by layer to determine the directory folder name.
feels like it should be done with a linux command, but it"s not written.
could you tell me how to write all the great gods?