Val is searching through a file using the following egrep command: $ egrep ‘3+’ ./customer-data Choose the answer that best describes what the result of this search will be.

Val is searching through a file using the following egrep command:
$ egrep ‘3+’ ./customer-data
Choose the answer that best describes what the result of this search will be.

Val is searching through a file using the following egrep command:
$ egrep ‘3+’ ./customer-data
Choose the answer that best describes what the result of this search will be.

A.
Find all lines with ‘3+’ in the line.

B.
Find all lines with one or more ‘+’ characters.

C.
Find all lines with three ‘+’ characters.

D.
Find all lines with one or more 3’s.

E.
Find all lines with more than three 3’s.

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *