See also entry in DESCRIPTION file
Usage: where_used [options] model_name
where_used searches the headers of all Pro/ENGINEER *.asm, *.drw and
*.prt files recursive from your current directory for the given
model_name.
options: -h => this help screen
-c => search current directory only (non-recursive)
-a => search assembly's
-p => search parts
-d => search drawings
-f => search all files
If none of the three options -apd is given the search will be done in
all Pro/E models.
Author: Olaf Corten, the Netherlands
E-Mail: olafc@molding.fico.nl or ocorten@knoware.nl
################################################################################
# History:
# 19990219 Changed SCRIPTS_DIR extraction.
# 19960723 Changed SCRIPTS_DIR setting.
# 19951215 bom_file output had changed, so sed command was changed
# bom_file renamed to model_ref
# 19951013 Added SCRIPTS_DIR
#
# Note: Uses the scripts where_used and model_ref
#
################################################################################
|