I\'m trying to run a find command for all JavaScript files, but how do I exclude a specific directory?
find
Here is the find code we\'re using.<
find . -name '*.js' -\! -name 'glob-for-excluded-dir' -prune