"CLEANER" is a COMMAND LINE TOOL to identify files with IDENTICAL contents.
cleaner (for Linux or Windows) Identifies and marks files with identical
contents by pre-pending __DUPLICATE__ to the filename.
Identifies and mark same length files by pre-pending __DIFF_DUPLICATE__ to
the file name of same size files.
Files pre-pended with __DIFF_DUPLICATE__ may only differ one bit or may
be entirely different files.
Always manually compare the files pre-pended with __DIFF_DUPLICATE__
before deletion.
Usage: cleaner (for Linux) [OPTIONS]... [/.../DIRECTORY]
Usage: cleaner (for Windows) [OPTIONS]... [DRIVE:\...\DIRECTORY]
Valid Options: -c -ct -ctv
-dt -dtv -dv
-q
-tv
--clean
--clean --verbose
--clean --verbose --test
--delete --test
--delete --test --verbose
--delete --verbose
--quiet
--test --verbose
Invalid Options: -cd
--clean and --delete
EXAMPLES:
'cleaner *' identifies duplicate and same size files in the current
directory and all sub directories and prepends __DUPLICATE__ to files
with identical contents and prepends __DIFF_DUPLICATE__ to files
of same file length
'cleaner -t *' identifies duplicate and same size files in the
current directory and sub directories and prints results to the console
'cleaner (for Linux) -d ~/Photos' or 'cleaner (for Windows) -d C:\Photos'
identifies and permanently DELETES duplicate files in user's photos
directory and it's sub directories, prepends prepends __DIFF_DUPLICATE__
to files of same file length and prints results to the console
'cleaner (for Linux) -c ~/Photos' or 'cleaner (for Windows) -d C:\Photos'
identifies files in user's photos directory and it's sub directories and
removes __DUPLICATE__ and/or __DIFF_DUPLICATE__ from file names.
Prints results to the console
'cleaner -v' outputs additional technical information
Valid arguments to cleaner are:
-c, --clean Removes __DUPLICATE__ and __DIFF_DUPLICATE__ from file names
-d, --delete Permanently deletes duplicate files
-t, --test make a test run without changes to file names.
Print output to console
-v, --verbose Print verbose output to console
-q, --quiet Do not print to console
To create a log file use 'cleaner [OPTIONS] DIRECTORY > [PATH]logfile.txt'
Please send us your comments and bug reports.
NOTE:
"MXCLEANER" will be released soon.
MXCLEANER is similar to CLEANER with ability to check whether a full
version of a file with __INCOMPLETE__ prefix, partially downloaded with WinMx,
:walk:already exists on your PC.
Hans