Find matches excluding a pattern with grep

Bonnie Eisenman
InstructorBonnie Eisenman

Share this video with your friends

Send Tweet

What happens when you want to find things that don't contain a pattern? The -v flag lets you use grep in inverse mode. We'll use grep -v against find's output to exclude files in node_modules.