convend - tpcclib 0.8.0 © 2023 by Turku PET Centre

Byte order conversion of numerical values stored in flat binary files,
between big endian (Sun Sparc, Motorola, PowerPC) and little endian
(PC/Intel) computers.
 
Usage: convend [Options] basetype flatfile outputfile
 
Options:
 -h, --help
     Display usage information on standard output and exit.
 -v, --version
     Display version and compile information on standard output and exit.
 -d[n], --debug[=n], --verbose[=n]
     Set the level (n) of debugging messages and listings.
 -q, --quiet
     Suppress displaying normal results on standard output.
 -s, --silent
     Suppress displaying anything except errors.
 
Accepted base types are: char, short, int, long, float, and double.
 
See also: bigend, img2flat, flat2img, anabyteo
 
Keywords: image, byte order, big endian, little endian