Multiple Choice
Which of the following commands will change all CR-LF pairs in an imported text file, userlist.txt , to Linux standard LF characters and store it as newlist.txt ?
A) tr '\r\n' '' < userlist.txt > newlist.txt
B) tr -c '\n\r' '' < newlist.txt > userlist.txt
C) tr -d '\r' < userlist.txt > newlist.txt
D) tr '\r' '\n' userlist.txt newlist.txt
E) tr -s '^M' '^J' userlist.txt newlist.txt
Correct Answer:

Verified
Correct Answer:
Verified
Q88: Which of the following commands is used
Q93: Which of the following commands updates the
Q94: Which signal is sent by the kill
Q95: Which of the following statements is correct
Q95: Which of the following commands brings a
Q96: When in Normal mode in vi ,
Q116: Which RPM command will output the name
Q162: Which of the following commands replaces each
Q202: Creating a hard link to an ordinary
Q212: Which of the following commands can be