- See also:
- zcv - Convert Text to Binary Format
zpr [Options] [-Gs] DataFile [TextFile]
- Options
- Standard options, see Standard Command Line Options
- -G, --gap
- Output in GAP format.
- -s, --summary
- Show headers only.
- DataFile
- Input file (binary)
- TextFile
- Output file (text)
- DataFile
- Input file (binary)
- TextFile
- Output file (text)
This program prints the contents of a MeatAxe data file in readable format. The text produced by
zpr can be converted into binary format by the
zcv program.
If there is only one argument on the command line, zpr writes to stdout. A second argument, if present, is taken as the output file name.
To find out the contents of a MeatAxe file, use the -s option. To generate output readble by GAP, use -G. Both options can be combined.