ExamGecko
Question list
Search
Search

Question 162 - 101-500 discussion

Report
Export

Which of the following commands changes all occurrences of the word "bob" in file data to "Bob" and prints the result to standard output?

A.
sed'/bob/Bob' data
Answers
A.
sed'/bob/Bob' data
B.
sed's/bob/Bob/g' data
Answers
B.
sed's/bob/Bob/g' data
C.
sed's/bob/Bob/' data
Answers
C.
sed's/bob/Bob/' data
D.
sed'/bob/Bob/' data
Answers
D.
sed'/bob/Bob/' data
E.
sed's/bob,Bob/' data
Answers
E.
sed's/bob,Bob/' data
Suggested answer: B
asked 18/09/2024
Alireza Noura
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first