Olaf Corten's OCUS help page for change_dir_retrieve_trail

Help and/or history for change_dir_retrieve_trail

See also entry in DESCRIPTION file

Usage: change_dir_retrieve_trail [options] [directory]
 
	change_dir_retrieve_trail creates a trail file which retrieves all
	your models in session. Before retrieving a model it perfroms a
	change dir to the directory where the model resides. This will speed
	up retrieval times of assemblies which are spread over a lot of
	different directories in environments with a lot of large
	search_path directories.

	options:	-h =>	this help screen 
	
	NOTE 1:	Data is read from the latest trail file in current or given
		directory. Sub-assembly's not explicitly retrieved are
		skipped.
	NOTE 2: Assemblies which models are saved in a few directories in 
		environments with only a few search_path directories might
		take longer to retrieve if you use the trail file
		generated by this script.

Author: Olaf Corten, the Netherlands
E-Mail: olafc@molding.fico.nl or ocorten@knoware.nl

################################################################################
# History:
# 990419 Fixed bug for SUN: newest rev. not always found
#	 ('sort +2 -3n' changed to 'sort -n +2 -3')
# 970204 Fixed bug for SUN: newest rev. not always found (sort +2 -n =>
#	 sort +2 -3n)
# 960419 Output file no longer gets a third extension. (Release 16 can't
#	 handle them).
#	 Trail version updated to R15.
# 951212 First version
#
################################################################################