Multiple choice technology operating systems

grep string filename(s) --- looks for the string in the files.

  1. True

  2. False

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

The grep command searches one or more input files for lines containing matches to a specified string or regular expression.