Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
awk record limit - workaround?
Name: elpico Date: June 25, 2003 at 08:52:27 Pacific OS: Sun Solaris CPU/Ram: -
Comment:
Hi all,
I'm using nawk through a large log_file checking the 6th column for values that begin with W or T. The problem is that every so often, the record length will exceed 3000 characters --- I then get a error --- nawk: record `Jun 25, 2003 1:48:50...' has too many fields
Summary: Hi, I am writting a csh script to process a file with lines that are very long hence when i invoke awk for process it will comes out with this error : Record Too Long. Can anyone please help me out ...
Summary: Hi! I am having problems awking records of numbers. Pls. see below: Original record 1000.00 100.00 10.00 After I awked, it looked like this: 1000.00 100.00 10.00 I want to retain the original alig...
Summary: HI there, I'm now have the situation like this: I have a file called disk.hog that stores login names in the 1st field n usage limit in the 2nd. I need to use a script file (find_hog) to generate a co...