Page 1 of 1

list out almost similar lines

Posted: Wed Mar 23, 2011 2:58 pm
by djehres
I have a file with entires like below. The lines are almost the same. They have the same ID but with different text. How do I with TextPad list out those pairs to a different file?

('00994','COLUMBUS JACK CORP','UNITED STATES');
('00994','COLUMBUS JACK CORPORATION','UNITED STATES');

or

('06324','GLENAIR INC','UNITED STATES');
('06324','GLENAIR INC.','UNITED STATES');

thanks.