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?

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 ‘rn’ ”< userlist.txt > newlist.txt
B. tr -c ‘nr’ ” < newlist.txt > userlist.txt
C. tr -d ‘r’ < userlist.txt > newlist.txt
D. tr ‘r’ ‘n’ userlist.txt newlist.txt
E. tr –s ‘AM’ ‘AJ’ userlist.txt newlist.txt

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.