Files are organized by the breakdown specified in the AMP Masterlog
(Catalog #82559).

The Bourne Shell scripts 'pindex.sh' and 'pindexcp.sh' are provided
free of charge and are unsupported.  Please read the disclaimer,
'dislclaim.txt' in this directory, or on the back of this CDROM's jewel
case before using these programs.

The 'pindex.sh' is a small "helper" program for locating, copying and
uncompressing files from the AMP Product Library CDROM. It is
recommended for novice UNIX users, and is basically a "front-end" for
the UNIX commands find, cp and gzip. It allows the user to recursively
search for parts through specified directories, and to copy desired
files to the current working directory, where they are decompressed.

It is recommended that both script files be placed in a directory that
is specified within the PATH environment variable. It is additionally
recommended that the command 'pindex.sh' be executed from the intended
destination directory for the IGES files the user wishes to copy.

Please read the "naming.txt" file in this directory for file naming
conventions information for this CDROM.

Entire directories of files can be copied and decompressed using the 
'copydir.sh' command. This command is also found in the '/software/unix'
directory on this CDROM. The 'copydir.sh' command will copy, decompress
and add the '.igs' extension to all gZipped files specified within its
arguments.

Example:

$ cd ~
$ mkdir amp_parts
$ cd amp_parts
$ copydir.sh /cdrom/amp_pl_v1/models/pcb/champ/champ050/wirefram/*

This command will place ALL of the files in the 'champ050/wirefram'
directory into the '~/amp_parts' directory.
