Skip to content

Removes all duplicate files (of any format *.*) recursively inside folders. 100% Accurate.

Notifications You must be signed in to change notification settings

jjsridharan/DuplicateFileRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DuplicateFileRemover

Removes all duplicate files (of any format .) recursively inside directories.

Usage:

  1. Download or clone DuplicateFileRemover

  2. Unzip and compile the FileHash java file as

    javac FileHash.java

  3. Once compiled run the FileHash with path as command line argument

java FileHash "I://Test//"

Note "//" is for escaping "/". (If you don't know what escaping is, just include / before.)

Applications:

  1. Useful for filtering images or documents downloaded as dataset for ML and bigdata

About

Removes all duplicate files (of any format *.*) recursively inside folders. 100% Accurate.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages