GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
INDEXDUMP(1) User Contributed Perl Documentation INDEXDUMP(1)

indexdump - Show the content of the index file

        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

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

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.

http://www.adelton.com/perl/DBD-XBase/

(c) 1999--2013 Jan Pazdziora.

perl(1); XBase::Index(3)
2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.