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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error running an awk command - please help

Status
Not open for further replies.

unixnovice

Technical User
Sep 26, 2002
2
US
When I run the awk command : awk -F"^V" '{print $27}' SC1A0000_OWT.ms

I get the following error:
awk: record `SC1ACHSR.0F999999569...' has too many fields
record number 11

Any ideas why?
 
if on Solaris, use 'nawk' instead of plain/old 'awk'
vlad
+---------------------------+
|#include<disclaimer.h> |
+---------------------------+
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top