LPI 101-500 Exam - Topic 4 Question 59 Discussion
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?
C) tr --d '\r' < userlist.txt > newlist.txt
A) tr '\r\n' '' < userlist.txt > newlist.txt
B) tr --c '\n\r' '' < newlist.txt > userlist.txt
D) tr '\r' '\n' userlist.txt newlist.txt
E) tr --s '^M' '^J' userlist.txt newlist.txt
Otis
10 months agoRosalind
10 months agoDesmond
10 months agoMelynda
10 months agoEliz
10 months agoGladys
11 months agoAnglea
11 months agoSharika
11 months agoPeter
11 months agoLashandra
11 months agoMalinda
11 months ago