Hi,
I am looking for a AWK program to substitute a crlf in a string with a different character, i.e chr(8).
So the input is like
11 "" 60000 0 "B2009<crlf>15301" "ER" 08/10/09 300,83 "H" 10 0
and the result should be like
11 "" 60000 0 "B2009<char(8)>15301" "ER" 08/10/09 300,83 "H" 10 0
Is...
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.