Re: join two files
"Ruud H.G. van Tol" <[email protected]>
| Newsgroups | gmane.editors.sed.user |
|---|---|
| Message-ID | <[email protected]> |
On 16/05/2013 17:57, Jim Hill wrote: > - Ruud H.G. van Tol's perl ... kinda shows perl's strengths, don't it? > and it's O(lgN M), The Perl variants only reads each file's line exactly once, so is as optimal as it can get. -- Ruud