How can I replace a newline (“\n“) with a space (““) using the sed command? I unsuccessfully tried: sed 's#\n# #g' file sed ...
-
April 12, 2022
- 0 Comments