I am looking for an open source (possibly 64 bit) windows text editor that will allow me to remove duplicate lines from an extremely large (4GB+) text file.
What do you use to remove duplicate lines from your large text files?
|
I am looking for an open source (possibly 64 bit) windows text editor that will allow me to remove duplicate lines from an extremely large (4GB+) text file. What do you use to remove duplicate lines from your large text files?
| |||||||||||
feedback
|
|
A handy Win32 native port of For more complicated meanings of "remove duplicates" there is Perl (et al). | |||||||
feedback
|
|
If you have Cygwin or MinGW you could probably accomplish this with
assuming you want unique lines. I know not how this will perform, since sorting a dataset that large will probably take a long time (or if it is already sorted you can just leave that part out) or how, exactly, these commands function (if they will consume 4GB of ram or not). | |||
|
feedback
|