Multiple choice technology operating systems

Which command is to search for the information in a file or files ?

  1. grep

  2. awk

  3. sed

  4. vi

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

grep is the standard Unix command for searching text patterns within files. awk and sed are text processing tools (not primarily search tools), and vi is a text editor.