I am trying to break up a file into two fields. The second field being about 400 lines long using the following code:
awk '{FS=" ";RS="|"} ; {print $1}' letter.bcp
and I get the following error:
awk: record `{\colortbl\red0\gree...' too long
record number 1
Can anyone...
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.