in reply to awk/perl?
/usr/bin/perl -pe 's/lrw......./\n/g;'
it works fine *except* on flat files that have more than 199 records (awk's limit, it turns out).
Somehow I doubt that. If awk only worked on files of less than 200 records, that would severely limit its utility. Perhaps your particular version of awk is crippled?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: awk/perl?
by Taulmarill (Deacon) on Dec 16, 2003 at 16:27 UTC | |
|
Re: Re: awk/perl?
by Anonymous Monk on Dec 16, 2003 at 20:56 UTC |