Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ version(1) — Sun WorkShop 3.0.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

version(1)  —  USER COMMANDS

NAME

version − display version identification of object file or binary

SYNOPSIS

version filename ... 

DESCRIPTION

The version command displays the version of the named file(s). 

USAGE

Type: version filename

If you are not in the installation directory, type the full path. 

You can verify the version-id of the various executables during a compilation session by using the -V option along with any one of cc, f77, CC, and pc compilers. 

EXAMPLES

If you are in the directory that contains the file whose version you want, type as follows:

version  f77
version  iropt

If you are not in that directory, then you must give the full pathname of the file whose version you want. 

version  /<path>/f77
version  /<path>/SC3.0/iropt

NOTES

The version command is intended to help you identify versions of the compilers and their associated libraries and other files. 

The version command looks for the ASCII string of characters following the string

"@(#)RELEASE VERSION "

The string could be any sequence of printable characters terminated by a NEWLINE or NULL.  Thus if you put this string into your files, the version command can be used to display the version of your files, too. 

Sun Release 4.1  —  Last change: 2 February 1993

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026