HTML automatically generated with rman
Table of Contents
qsf - query a structured file
qsf in=in-file
qsf queries
if a file is a proper binary structured file. If so, it returns a 0 status
to the parent shell, if not, 1 is returned. Most NEMO programs will exit
when structured files are expected, and no such thing was encountered.
ascii
structured files can be converted to binary using rsf(1NEMO)
. Other format
converted are problem specific.
The following parameters are
recognized in order; they may be given in any order if the keyword is also
given. Use --help to confirm this man page is up to date.
- in=in-file
- Input
filename to test [no default].
The following debug levels are active
in this program:
- 1
- Prints out a message if the file is structured or
not.
tsf(1NEMO)
, rsf(1NEM0)
Peter Teuben
~/src/kernel/io qsf.c
13-feb-92 V1.0: created PJT
Table of Contents