Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. frogwipe

    record too long

    Thanks for that. I have used perl instead and it works a treat.
  2. frogwipe

    record too long

    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...

Part and Inventory Search

Back
Top