Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q210: What is the purpose of the nsswitch.conf
Q211: When the command echo
Q212: Which of the following commands can be
Q213: Which function key is used to start
Q214: What of the following statements are true
Q215: Which of the following is observed and
Q216: When removing a package, which of the
Q217: Which of the following commands can be
Q218: Which of the following crontab entries will
Q219: What is the purpose of the command