See also entry in DESCRIPTION file
Usage: dupl_dir [options] dir1 dir2
dupl_dir compares the directory's dir1 and dir2 for duplicates of
Pro/ENGINEER files.
options: -h => this help screen
-l => long output
-p => compare only Pro/ENGINEER files
-d => show only different files in first directory
-s => run silently
Author: Olaf Corten, the Netherlands
E-Mail: olafc@molding.fico.nl or ocorten@knoware.nl
################################################################################
# History:
#
# 19990219 Changed SCRIPTS_DIR extraction.
# 19961118 Changed /bin/split to /usr/bin/split (fix for non-SGI users)
# 19960723 Changed SCRIPTS_DIR setting.
# 19951215 Changed split to /bin/split
# 19950712 Replaced some 'ls -l' with '$LS_COMMAND -l'
# 19950510 Added check for longest directory.
# first version 1994
#
################################################################################
|