Linux_FoundationLinux_Foundation
LFCS · Question #714
LFCS Question #714: Real Exam Question with Answer & Explanation
Sign in or unlock LFCS to reveal the answer and full explanation for question #714. The question stem and answer options stay visible for context.
Submitted by brentm· Apr 18, 2026Essential Commands
Question
You have created a really long letter and after you are done you notice that you used the name "Bob" many times but you forgot to capitalize it in many instances. Which command would replace "bob" with "Bob" in all instances and generate a new letter for printing?
Options
- Ased '/bob/Bob' letter >newletter
- Bsed s/bob/Bob/letter < newletter
- Csed 's/bob/Bob' letter > newletter
- Dsed 's/bob/Bob/g' letter > newletter
- Esed 's/bob. Bob/' letter > newletter
Unlock LFCS to see the answer
You've previewed enough free LFCS questions. Unlock LFCS for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#sed#text manipulation#file editing#command line utilities