Home| general |src.bin|rfile| index_file Index

index_file

Syntax
index_file --help
index_file [name]
Synopsis

Generate an index for a file in the rFile format.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
namefilename of the rFile format file, if this is omitted the file will be read from standard input.
Description

Generates an index of a data file in the rFile data format. The index is written to standard output.

The index contains the start and end times of each record, together with the file offset of the start of each record.

Examples
index_file test.dat > test.inx

Generates an index of the data file "test.dat" and stores it in the file "test.inx".