This HTML automatically generated with rman for NEMO
Table of Contents

Name

qsf - query a structured file

Synopsis

qsf in=in-file

Description

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.

Parameters

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].

Debug

The following debug levels are active in this program:
1
Prints out a message if the file is structured or not.

See Also

tsf(1NEMO) , rsf(1NEM0)

Author

Peter Teuben

Files


~/src/kernel/io      qsf.c

History


13-feb-92    V1.0: created    PJT


Table of Contents