Which of the following commands changes all CR-LF line breaks in the text file userlist.txt to Linux standard LF line breaks and stores the result in newlist.txt?
A. tr ""d "˜\r' < userlist.txt > newlist.txt
B. tr ""c "˜\n\r' "˜' <newlist.txt> userlist.txt
C. tr "˜\r\n' "˜' <userlist.txt> newlist.txt
D. tr "˜\r' "˜\n' userlist.txt newlist.txt
E. tr ""s "˜/^M/^J/' userlist.txt newlist.txt
Which of the following commands changes all CR-LF line breaks in the text file userlist.txt to Linux standard LF line br
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following commands changes all CR-LF line breaks in the text file userlist.txt to Linux standard LF line br
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!