Order of the Butterfly
Posts: 315 from 2004/2/13
From: Naples - Italy
If someone is interested, these are the options provided by EqFiles.rexx (TRUNC, NOPI, and NOSORT are not yet active):
11 Ram Disk: >> rx EqFiles ?
EqFiles V2.4 [MorphOS version] by Fulvio Peruggi - December, 09, 2005
Usage: [rx] EqFiles[.rexx] <dir1> [<dir2>] [ALL] [DELETE] [LINK] [FNAMES]
[DNAMES] [TRUNC] [FILE[S]] [NODL] [NOPI] [NOSORT] [NORES] [SIZE>x]
[ICONS] [INPAT=y] [EXPAT=z]
EqFiles scans all files in directories <dir1> and <dir2>, compares each file
in <dir1> with every file in <dir2> having the same size, and lists all
pairs of equal files detected.
<dir1> and/or <dir2> can be explicit directory names or legal AmigaDOS
patterns. If <dir2> is not specified, <dir2>=<dir1> by default.
Command operations act on the files in all subdirectories of the given
directories if the optional parameter ALL is specified.
Equal files found in <dir2> are deleted and notified if the optional parameter
DELETE is specified.
Equal files found in <dir2> are substituted by hardlinks and notified if the
optional parameter LINK is specified.
File equality is checked by content; the optional parameters FNAMES or DNAMES
force filename or dirname checking (actual file or dir content is ignored).
The program always types a list of all directories recovered by the patterns,
unless the optional parameter NODL is specified.
The program always types a list of all pairs of equal files detected, unless
the optional parameter NORES is specified.
The optional parameter FILE (or FILES) prevents the deletion of the
EF_<id>_Result file (respectively all the files) created in T: by EqFiles.
The optional parameter SIZE>x, where x is a non-negative integer, prevents
comparisons between files with size lower than, or equal to, x.
The optional parameters INPAT=y and/or EXPAT=z, where y and z must be legal
AmigaDOS patterns, can be used to select and/or reject all files whose
filenames match the patterns.
Icons are never compared unless the optional parameter ICONS is specified.
11 Ram Disk: >>
The link to EQFiles archive is in my previous post.
Powered by PegasosII-G4, MacMini, PowerMac MDD.