| Syntax |
|
datdump --help datdump [-d] [name]
|
| Synopsis |
| Dump the contents of a Dat file. |
| Options |
|
--help | print the help message and exit. |
--version | print the RST version number and exit. |
-d | print the data values of the array variables. |
name | filename 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 |
|
Dump the file "inp.dat", paginating using the more command.
|