1INDEXDUMP(1)          User Contributed Perl Documentation         INDEXDUMP(1)
2
3
4

NAME

6       indexdump - Show the content of the index file
7

FORMAT

9               indexdump [options] file [ tag ]
10
11       where options are
12
13               --debug         output record separator (default newline)
14               --type          specifies the num/date/char type of the index
15               --start         defines the value to start dump from
16               --n             prints also the total number of records
17                               in the file
18

SYNOPSIS

20               indexdump rooms.cdx FACILITY
21               indexdump --debug=14 --start=Dub rooms.cdx ROOMNAME
22

DESCRIPTION

24       Indexdump prints to standard output the content of the index file.  The
25       type of the index is one of those supported by the XBase::Index Perl
26       module (cdx, idx, ntx, ndx, mdx).
27
28       The output contains the index key and the value, which is the record
29       number in the correcponding dbf file.
30
31       For mulitag index files (like cdx), you need to specify the tag name to
32       get the actual data.
33

AUTHOR

35       (c) 1999--2000 Jan Pazdziora, adelton@fi.muni.cz,
36       http://www.fi.muni.cz/~adelton/ at Faculty of Informatics, Masaryk Uni‐
37       versity in Brno, Czech Republic
38

SEE ALSO

40       perl(1); XBase::Index(3)
41
42
43
44perl v5.8.8                       2006-06-16                      INDEXDUMP(1)
Impressum