Home| general |src.bin|dmap| dmapdump Index

dmapdump

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

Dump the contents of a DataMap 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 DataMap file, if this is omitted the document will be read from standard input.
Description

Dump the contents of a DataMap file.

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

Examples
dmapdump inp.dmap | more

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