05-14-2011, 02:58 PM
(05-14-2011, 11:49 AM)andrewgail Wrote: A script to find and remove duplicate files in one or more directory. The program gets a speed-up by abbreviation file reads to a minimum. In a lot of cases, it alone reads small chunks from unique files and only files with duplicates are read completely.
You don't know what you're talking about sorry to say.
1) it doesn't remove the duplicate file
2) it's not a program, nothing is compiled, it's only a script that gets interpreted
3) it doesn't read small chunks of files and read the full file of duplicates because it needs to determine what the duplicate files are first