Graham Barr > perl-ldap-0.3202 > ldifuniq.pl

Download:
perl-ldap-0.3202.tar.gz

Annotate this POD

CPAN RT

New  13
Open  12
View Bugs
Report a bug
Source   Latest Release: perl-ldap-0.34

NAME ^

ldifuniq.pl - Culls unique entries from a reference file with respect to a comparison file.

DESCRIPTION ^

ldifuniq.pl takes as input two LDIF files, a reference file and a comparison file. Each entry in the reference file is compared to its counterpart in the comparison file. If it does not have a counterpart, or if the counterpart is not identical, the reference entry is printed to standard output. Otherwise no output is generated. This behavior is analogous to the -u option of the uniq command.

SYNOPSIS ^

ldifuniq.pl reffile.ldif cmpfile.ldif

AUTHOR ^

Kartik Subbarao <subbarao@computer.org>