I have a file ...
Each line looks something like the following:
13212121 NEWLINE 121211 11112121 12121
What I want to do is replace the text 'NEWLINE' with the
actual newline \n character.
So my output will now look like:
13212121
121211 11112121 12121
I thought sed would be the best tool to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.