rtv(1) CLIX rtv(1)
NAME
rtv - Finds version stamps in executable files
SYNOPSIS
rtv [-V] file ...
FLAGS
-V Displays the version stamp of the rtv executable file.
DESCRIPTION
The rtv command searches executable files for symbols which end with the
string _appl_version_id. These symbols are embedded by the developers of
executable files and shared libraries. (The strip command has also been
modified to overlook these symbols.)
EXAMPLES
1. To display the version stamp of the rtv command, enter the following
at the machine prompt. Sample output is shown after the command.
$ rtv -V
RTV 01.00.01 09:51 3-Sep-1991
2. To examine the Form Builder executable file, fb, enter the
following. Sample output is shown after the command.
$ rtv /usr/bin/fb
/usr/bin/fb:
no symbol table
/usr/shlib/libforms_s:
no version stamp defined
/usr/shlib/libFS2_s:
no symbol table
/usr/shlib/libtools2_s:
no symbol table
/shlib/libc_s:
no version stamp defined
EXIT VALUES
The rtv command returns a value of 0 if successful. If unsuccessful, the
command returns a value of 1.
2/94 - Intergraph Corporation 1
rtv(1) CLIX rtv(1)
RELATED INFORMATION
Commands: strip(1)
2 Intergraph Corporation - 2/94