I am trying to work with a file which have 318 fields per record. when using awk I am getting " too many fields " error when trying to do any thing with awk<br>
awk '{print NF}' file gives this error.<br>
<br>
Any suggestions how to proccess this file, using awk ?
awk '{print NF}' file gives this error.<br>
<br>
Any suggestions how to proccess this file, using awk ?