in reply to Re^2: Remove Duplicates from one text file and print them in another text file.
in thread Remove Duplicates from one text file and print them in another text file.

Yes, utilities like sort and uniq are available in Unix/Linux operating systems. On Windows, you can install a package called Cygwin, which will give you a Unix-like environment and command line, plus those common utilities.

Aaron B.
Available for small or large Perl jobs; see my home node.

Replies are listed 'Best First'.
Re^4: Remove Duplicates from one text file and print them in another text file.
by afoken (Chancellor) on Jun 06, 2012 at 18:14 UTC

    There is also GnuWin32, a set of GNU utilities compied as native Windows executables (no MinGW, no CygWin).

    (Update:) And of course, GNU Utilities for Win32, old but good, just extract the ZIP file somewhere, add the directory to $ENV{PATH}, and you are done. This is what I use on Windows.

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)