Linux中除了Windows换行符

Linux中去除Windows换行符sed -e ‘s/^M//’ orig_file new_file??其中^M是这样发生的:ctrl+v之后紧接着ct

Linux中去除Windows换行符

sed -e ‘s/^M//’ orig_file > new_file
?

?

其中^M是这样发生的:ctrl+v之后紧接着ctrl+m