Search directory contents recursively using grep

InstructorBonnie Eisenman

Share this video with your friends

Send Tweet

Sometimes you'll be looking for a string, but won't know which file it's in; or you'll want to find all usages of it within a directory. Learn how to use grep -r to recursively search all the files in a directory.