Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用粘贴命令加入两个文件时,^M 字符将在输出文件的加入时间出现。如何在不使用其他命令(sed,tr)的情况下删除它?
我只是想确认有什么方法可以粘贴带有 ^M 字符的文件。
ctrl-M 是一个回车:你的文件有 DOS 行结尾。首先尝试dos2unix在您的文件上使用。我不认为它paste本身可以做任何事情。
dos2unix
paste