Search matching files by combining find and grep with xargs

Bonnie Eisenman
InstructorBonnie Eisenman

Share this video with your friends

Send Tweet

Learn to use the xargs Unix command to combine find and grep. First we can use find to identify which files we want to search; then we can use xargs to tell grep which files to search through.