Big Halloween Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

LPIC-1 Exam 101, Part 1 of 2, version 5.0 101-500 Question # 69 Topic 7 Discussion

LPIC-1 Exam 101, Part 1 of 2, version 5.0 101-500 Question # 69 Topic 7 Discussion

101-500 Exam Topic 7 Question 69 Discussion:
Question #: 69
Topic #: 7

Which of the following commands will reduce all consecutive spaces down to a single space?


A.

tr '\s' ' ' < a.txt > b.txt


B.

tr -c ' ' < a.txt > b.txt


C.

tr -d ' ' < a.txt > b.txt


D.

tr -r ' ' '\n' < a.txt > b.txt


E.

tr -s ' ' < a.txt > b.txt


Get Premium 101-500 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.