Run this command
pattern - Replace this with your custom patter
directory - Replace this with your custom patter
-H : means to print the filename for each match.
-r : Read all files under each directory, recursively;
grep -H -r [pattern] [directory]
pattern - Replace this with your custom patter
directory - Replace this with your custom patter
-H : means to print the filename for each match.
-r : Read all files under each directory, recursively;