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 |