See also entry in DESCRIPTION file
Usage: /srv/usr/FICO/scripts/show_header [options] files
shows the header (UGC-header and P_OBJECT) of the given files.
It assuming it is dealing with Pro/E files.
options: -h => this help screen
-n => don't show the filename at the beginning of
the line
################################################################################
# History:
#
# 970822 Added -n and -h option.
# 960625 Added -e /''/q to sed command to bail out of compressed files.
# Started history (first version approx. 1994)
#
################################################################################
|