execlong - tpcclib 0.8.0 © 2023 by Turku PET Centre

Execute shell command based on the contents of given IFT file.
IFT file may or may not contain key names; any key names are ignored.
First line must contain the program/command name.
Comment lines are ignored.
 
Usage: execlong [options] filename
 
Options:
 -dry
     Just print the command line in stdout.
 -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.
 
Example:
     execlong command.ift
 
Program uses system() function; its return value is not standardized,
therefore do not trust the return value of this function either.
 
See also: iftadd, iftdel, iftisval, iftvalc
 
Keywords: header, IFT, tool