Home| general |src.bin|dat| datdump Index

datdump

Syntax
datdump --help
datdump [-d] [name]
Synopsis

Dump the contents of a Dat file.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-dprint the data values of the array variables.
namefilename of the Dat file, if this is omitted the document will be read from standard input.
Description

Dump the contents of a Dat file.

The contents of the Dat file are written as plain ASCII to standard output.

Examples
datdump inp.dat | more

Dump the file "inp.dat", paginating using the more command.