Multiple Choice
Which of the following commands will output all of the lines with the name Fred in upper or lower case but not the word red from the file data_file? (Choose two)
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
Q50: What word is missing from the following
Q51: Which SysV init configuration file should be
Q52: Which command will disable swapping on a
Q53: Which of the following commands can be
Q54: Which of the following keywords can be
Q56: During a system boot cycle, what program
Q57: What is the default action of the
Q58: Which of the following details is NOT
Q59: In the vi editor, how can commands
Q60: Which of the following kernel parameters instructs