Multiple Choice
Which of the following commands replaces each occurrence of 'bob' in the file letter with 'Bob' and writes the result to the file newletter?
A) sed '/bob/Bob' letter > newletter
B) sed s/bob/Bob/ letter < newletter
C) sed 's/bob/Bob' letter > newletter
D) sed 's/bob/Bob/g' letter > newletter
E) sed 's/bob, Bob/' letter > newletter
Correct Answer:

Verified
Correct Answer:
Verified
Q157: In order to display all currently mounted
Q158: By default, the contents of which directory
Q159: Which of the following commands can be
Q160: Regarding the command: nice -5 / usr
Q161: Which of the following commands brings a
Q163: What is the default nice level when
Q164: Which of the following commands reboots the
Q165: Which file used by XDM specifies the
Q166: What is the purpose of the file
Q167: When starting a program with the nice