Page 1 of 1

Utilites to Merge text Files

Posted: Fri Jun 15, 2007 4:01 pm
by asitagrawal
Hi,

what are ways of merging 5 - 6 GB of text files, efficiently ?
Any special tools ?

Currently I am using windows TYPE command... but that is unable to scale up... Has also tried using Merge stage too.... but no luck.. :cry:

Please advice.

Posted: Fri Jun 15, 2007 4:13 pm
by ray.wurlod
Get a UNIX shell such as MKS Tookit or CygWin. Lots of lovely tools there, even cat works better than the DOS type command, especially in terms of scaling.