how to search the strings in a file
A
Correct answer
Explanation
grep is the standard Unix command for searching text patterns in files. 'search' and 'check' are not valid Unix commands for this purpose. grep stands for 'global regular expression print' and is the primary tool for string searching.