SYSTYPE(1) Domain/OS BSD SYSTYPE(1)
NAME
systype - display version stamp
SYNOPSIS
systype file
DESCRIPTION
The systype command displays the UNIX version stamp of the specified
object file. Four columns are displayed in the output. The first column
is the object type. The second contains the systype; the third contains
the runtype. The systype and runtype can be one of the following values:
none
any
sys5
sys5.3
bsd4.2
bsd4.3
The fourth column is the name of the object file, as specified on the
command line.
NOTE: obj files do not have runtypes.
EXAMPLES
% systype /bin/cc
OBJTYPE SYSTYPE RUNTYPE FILE
coff bsd4.3 sys5.3 /bin/cc
% systype /bsd4.2/bin/cc
OBJTYPE SYSTYPE RUNTYPE FILE
obj bsd4.2 /bsd4.2/bin/cc
SEE ALSO
cc(1), ld(1);
Using Your BSD Environment