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
8 months agoRosalind
8 months agoDesmond
9 months agoMelynda
9 months agoEliz
9 months agoGladys
9 months agoAnglea
9 months agoSharika
9 months agoPeter
9 months agoLashandra
9 months agoMalinda
10 months ago