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?
Agree with opt A:
Only delete (tr -d) the Carriage Return (CR) character (0x0D, \r)
and leave the Line Feed (LF) character (0x0A, \n) in tact.
tr -d '\r' <input file> <output file>
This section is not available anymore. Please use the main Exam Page.101-500 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
b601c87
1 week, 1 day agoNinymo
7 months, 1 week agoRalf_G
8 months agoJopieJo
1 year, 9 months agoAdamCzepiel
2 years ago