Inhalt
English (United Kingdom)French (Fr)Deutsch (DE-CH-AT)
Suchen
Login
Wer ist online?
Wir haben 277 Gäste online
Navigation
Home Kostenlose Software Kommandozeilen-Programme FindDuplicates - Find duplicate files
Aktuell
Featured Articles
Joomla 1.5 Featured Articles
Navigation
Home Kostenlose Software Kommandozeilen-Programme FindDuplicates - Find duplicate files
English (United Kingdom)French (Fr)Deutsch (DE-CH-AT)
FindDuplicates - Find duplicate files E-Mail
Benutzerbewertung: / 10
SchwachPerfekt 
Kostenlose Software - Kommandozeilen-Programme
Geschrieben von: Thomas   
Dienstag, 10. Februar 2009 um 18:34 Uhr
Beitragsseiten
FindDuplicates - Find duplicate files
Installation
Using FindDuplicates
Command line parameters
Release notes
Alle Seiten


FindDuplicates is a command line utility to find duplicate files in one or several paths on a computer.

Optionally, it can move duplicate files to the recycle bin or remove them permanently. (Use at your own risk!)




USAGE:
FindDuplicates [path] [/option(s)]
FindDuplicates [path1] [path2] [pathn] [/option(s)]

/?      = Displays this help screen and exits with code 1.
/0      = Include files with 0 length.
/B      = Show file sizes to test.
/DD     = Delete all duplicates.
/NR     = Don't move files to the recycle bin.
/D      = List all directory names, not just the top one.
/E      = Only list files with 0 length.
/H      = Include hidden files.
/L      = List all read files.
/O      = Show the sorted file list.
/S      = Check subdirectories.
/T      = List files to test.
/V      = Verbose ('Comparing files...' etc).
/Q      = Quiet mode (overrides any other output parameter).
/Y      = Answer 'Do you want to delete...' questions quietly with 'Y'.

Messages and errors go to stdout, found duplicates go to stderr.
Quiet mode does not suppress stderr.

RETURN VALUES:
0 = No duplicates found.
1 = Missing or illegal parameter(s).
2 = Not enough memory.
3 = Folder not found.
5 = Duplicate files found.

EXAMPLES:

FindDuplicates C:\Windows /S/Q
Scan subdirectories and use quiet mode.

FindDuplicates C:\Windows /S 2>Duplicates.txt
Saves all found duplicates in 'Duplicates.txt'.

FindDuplicates C:\Windows /S 2>dups.txt>out.txt
Duplicates in dups.txt, out.txt contains the log.

FindDuplicates C:\Windows /S/B 2>dups.txt>out.txt
Same but displays the file sizes to check.

FindDuplicates C:\Data1 C:\Data2 /S/V
Examines both folders in verbose mode.


Download FindDuplicates.exe (0.07 MiB = 68.0 KiB = 69,632 bytes)
Download FindDuplicates.zip (0.03 MiB = 33.7 KiB = 34,555 bytes)

 



Zuletzt aktualisiert am Montag, 28. Juni 2010 um 09:16 Uhr
 
Du musst dich anmelden oder registrieren, um einen Kommentar zu schreiben.
Im Forum diskutieren. (0 posts)
Diskutieren (0 Posts)