Hi,
Is it possible to have a Perl one-liner sort that will produce no duplicate records in a DOS bat file? The files are defined in the job environment (local) variables. I tried different variations of the following with no success:
perl -pe "sort $ENV{qq(INSORT)} | uniq -u > $ENV{qq(OUTSORT)}"
I appreciate any help you can give.
Thanks!!!
Is it possible to have a Perl one-liner sort that will produce no duplicate records in a DOS bat file? The files are defined in the job environment (local) variables. I tried different variations of the following with no success:
perl -pe "sort $ENV{qq(INSORT)} | uniq -u > $ENV{qq(OUTSORT)}"
I appreciate any help you can give.
Thanks!!!