grep
Looking for text from an output
Search for word within a file
Look for files in the current directory with a certain word
Flags
a) -i
: Case-insensitive search
b) -r
: Perform a recursive search on the directory
c) -l
: Suppress normal output - only print the name of each file for which the output would have been printed from
Last updated