单选题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 ’/r/n’   userlist.txt  newlist.txtB  tr -c ’/n/r’   newlist.txt  userlist.txtC  tr -

题目内容(请给出正确答案)
单选题
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 ’/r/n’  < userlist.txt > newlist.txt

B

 tr -c ’/n/r’  < newlist.txt > userlist.txt

C

 tr -d /r¯ < userlist.txt > newlist.txt

D

 tr /r¯/n¯ userlist.txt newlist.txt

E

 tr -s ®^M’¡®^J’ userlist.txt newlist.tx

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
更多相关问题