in reply to calling awk one liner from perl
If your awk command runs out of memory, calling it from Perl does not help as it will run out of memory as well. You probably need to translate it into Perl and then subdivide it in smaller, less memory-intense pieces.
As always, people will be helpful, if you provide details and show what you have tried so far.
|
|---|