1 |
#!/usr/bin/perl -w |
#!/usr/bin/perl -w |
2 |
|
|
3 |
=head1 DupCheck |
=head1 Duplicate Key Check |
4 |
|
|
5 |
|
C<DupCheck> [I<options>] I<keySize> I<fileName> |
6 |
|
|
7 |
Find duplicate keys in a sorted file. The first parameter is the number of fields in |
Find duplicate keys in a sorted file. The first parameter is the number of fields in |
8 |
the key, the second is the name of the file to examine. |
the key, the second is the name of the file to examine. The goal is to be able to |
9 |
|
determine exactly where in the file the duplicate keys exist. |
10 |
|
|
11 |
The currently-supported command-line options are as follows. |
The currently-supported command-line options are as follows. |
12 |
|
|