Multiple Choice
Which of the following commands will output all of the lines that contain either the string Fred or fred?
A) grep -v fred data_file
B) grep '[f]red' data_file
C) egrep fred data_file
D) grep '[Ff]red' data_file
E) grep -i fred data_file
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: Which network interface always exists in a
Q31: Which of the following response are true
Q32: Which of the following commands can be
Q33: Which of the following programs is not
Q34: Which of the following commands can be
Q36: Which statements about the directory /etc/skel are
Q38: Which of the following commands can be
Q39: Which of the following commands can be
Q40: Which of the following commands is used
Q106: How can the normal output of a