Skip to content

This program uses a bash script to log all the files in a given directory and then delete all the duplicate files that are located in said directory. This program uses H2, as an embedded database to order the files by the file name, and delete said duplicates.

Notifications You must be signed in to change notification settings

dapletch/DeleteDuplicateFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeleteDuplicateFiles

The program deletes duplicate files based on a list generated by the Duplicate Files Finder application available for download under the following URL: http://doubles.sourceforge.net. Once a list has been generated a shell script formats the file for it be used by the executable jar which does the actual work.

About

This program uses a bash script to log all the files in a given directory and then delete all the duplicate files that are located in said directory. This program uses H2, as an embedded database to order the files by the file name, and delete said duplicates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published