1INDEXDUMP(1) User Contributed Perl Documentation INDEXDUMP(1)
2
3
4
6 indexdump - Show the content of the index file
7
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
20 indexdump rooms.cdx FACILITY
21 indexdump --debug=14 --start=Dub rooms.cdx ROOMNAME
22
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
35 http://www.adelton.com/perl/DBD-XBase/
36
38 (c) 1999--2013 Jan Pazdziora.
39
41 perl(1); XBase::Index(3)
42
43
44
45perl v5.32.1 2021-01-27 INDEXDUMP(1)