Search the web
Sign In
New User? Sign Up
geeksthatgawk · for GNU Awk questions & discussions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Re: [Geeks that Gawk] numeric file type   Message List  
Reply | Forward Message #114 of 221 |

I have used gawk for similar applications. Since it processes files
sequentially, it can handle very large files. The only significant limits
are the speed of processing and, if the gawk script needs to maintain large
amounts of information in memory, the available memory.

But, to give you specific advice, I'd need more information:

1) What is the form of the file names?
2) What is the output: One long file, or is there one output file per input
file?
2a) If the output is one long file, do the input files need to be processed
in a particular order? What is that order?
3) What is the internal structure of the input files?
4) What type of transformation is required?

--Albert

Albert Bickford

----- Original Message -----





This message has been scanned for viruses by the VEI Internet
Automatic Email Spam and Virus Scanner, and is believed to be free of spam or
viruses.
Please report spam to spamtrap@.... If you would like 98.9 % spam blocked
from your
E-mail then go to VEI Internet for details. Anti-spam/Anti-virus is FREE with
every account.


http://www.vei.net/
mailtospamtrap@...

[Non-text portions of this message have been removed]




Thu Sep 9, 2004 2:26 am

albert_bickford
Offline Offline
Send Email Send Email

Forward
Message #114 of 221 |
Expand Messages Author Sort by Date

I have used gawk for similar applications. Since it processes files sequentially, it can handle very large files. The only significant limits are the speed...
Albert Bickford
albert_bickford
Offline Send Email
Sep 9, 2004
2:26 am

Here is the file structure. The file name, for example could be EPAXXXXX.001 The extension (file type) can range from “.001” to “.124”. There can...
Jagdish Shah
shahjb40
Offline Send Email
Sep 9, 2004
5:56 pm

Okay, so it sounds like you've got two different counters which vary independently, which are embedded in the file names. So, one way to accomplish that would...
Albert Bickford
albert_bickford
Offline Send Email
Sep 11, 2004
12:48 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help