如何使用sed替換換行符(\\ n)? - How can I replace a newline (\n) using sed?

問題:

How can I replace a newline (" \\n ") with a space (" 如何將換行符(「 \\n 」)替換爲空格(「 ") using the sed command? 「)使用sed命令? spa

I unsuccessfully tried: 我嘗試失敗: .net

sed 's#\n# #g' file
sed 's#^$# #g' file

How do I fix it? 我如何解決它? code


解決方案:

參考一: https://stackoom.com/question/5FhX/如何使用sed替換換行符-n
參考二: https://oldbug.net/q/5FhX/How-can-I-replace-a-newline-n-using-sed
相關文章
相關標籤/搜索