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 there a difference between UNIX and WINDOWS crlf detection?
Help is very appreciated!
Thanks!
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 there a difference between UNIX and WINDOWS crlf detection?
Help is very appreciated!
Thanks!