indexdump - Man Page
Show the content of the index file
Format
indexdump [options] file [ tag ]
where options are
--debug output record separator (default newline) --type specifies the num/date/char type of the index --start defines the value to start dump from --n prints also the total number of records in the file
Synopsis
indexdump rooms.cdx FACILITY indexdump --debug=14 --start=Dub rooms.cdx ROOMNAME
Description
Indexdump prints to standard output the content of the index file. The type of the index is one of those supported by the XBase::Index Perl module (cdx, idx, ntx, ndx, mdx).
The output contains the index key and the value, which is the record number in the correcponding dbf file.
For mulitag index files (like cdx), you need to specify the tag name to get the actual data.
Available from
Author
(c) 1999--2013 Jan Pazdziora.
See Also
perl(1); XBase::Index(3)
Info
2024-07-18 perl v5.40.0 User Contributed Perl Documentation