LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 101-400 Question # 27 Topic 3 Discussion

LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 101-400 Question # 27 Topic 3 Discussion

101-400 Exam Topic 3 Question 27 Discussion:
Question #: 27
Topic #: 3

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


B.

sed‘s/bob/Bob/g’ data


C.

sed‘s/bob/Bob/’ data


D.

sed‘/bob/Bob/’ data


E.

sed‘s/bob,Bob/’ data


Get Premium 101-400 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.