Short: Update of the dircmp2 command (Amiga) Author: thomas.radtke@rz.uni-osnabrueck.de Uploader: thomas radtke rz uni-osnabrueck de Type: util/cli Replaces: util/cli/dircmp2a#? Architecture: m68k-amigaos Example session: ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ $ dircmp2 -h dircmp2 V4.1 (18.07.1996) (C) Thomas Radtke 1996 syntax: dircmp2 [-{cdDfhiprtxXv}] [directory2] The dircmp2 command lists all files and directories of directory1, that cannot be found in directory2. If directory2 is omitted, the current working dir is used Flags: -c compare files -d show only directorys -D show differing files only -f show only files -h this page -i inverse comparison -p show full pathnames -r subdir scan -t indent subdir results -x case insensitive pattern specification -X case sensitive pattern specification -v explain the results, but do not operate History: ŻŻŻŻŻŻŻŻ /* dircmp2 command 14.03.1996 (first Amiga release) (C) 1996 Thomas Radtke E-Mail: Thomas.Radtke@rz.Uni-Osnabrueck.DE This software is freeware, see copyright notice above. revision 28.03.96: (2nd Amiga release) - fix memory leak (AllocDosObject()) - new options -x,-X,-D,-v - better memory management (free memory after usage ;) revision 6.04.96: (3rd Amiga release) - abort handling - resource tracking - fixing double unlocking revision 11.04.96: (never released) - more resource tracking (locks) revision 1.05.96: (4th Amiga release) - removed bug on empty files - added warnings about non-fatal locking errors revision 18.07.96: - removed faulty operator ( _ex_&_ dir1) - existing dirs were printed on -d regardless of -i, fixed */