Jason M. Kuhlman ([EMAIL PROTECTED]; Tuesday, April 01, 2003 9:19 AM): > Sorry for the cross post. I need to combine a bunch of log files and > possibly remove duplicate entries. Does anyone know of a win32 app that > will do this?
Download cygwin and use unix tools? Then you can use cat | sort | perl. http://cygwin.com/ I suppose you could do it all in Perl using ActivePerl on windows. http://activestate.com/ Or load them into a text editor that supports sorting lines in the buffer (such as jEdit: http://jedit.org/) and look for duplicates by hand (or write a macro). -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------