https://github.com/Trophonix/RemoveDuplicates
Simple java program to delete all files in the working directory.
https://github.com/Trophonix/RemoveDuplicates
duplicate-detection duplicate-files duplicatefilefinder files gpl gplv3 io java
Last synced: over 1 year ago
JSON representation
Simple java program to delete all files in the working directory.
- Host: GitHub
- URL: https://github.com/Trophonix/RemoveDuplicates
- Owner: Trophonix
- License: gpl-3.0
- Created: 2018-12-28T02:46:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T03:25:36.000Z (over 7 years ago)
- Last Synced: 2023-08-12T22:37:28.529Z (almost 3 years ago)
- Topics: duplicate-detection, duplicate-files, duplicatefilefinder, files, gpl, gplv3, io, java
- Language: Java
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Use this utility to delete duplicate files in a directory.
Simply run the latest jar file from the [releases page](https://github.com/Trophonix/RemoveDuplicates/releases) in the directory you want to scan!
If you want to see which files it's deleting as it works, run it from a command line using `java -jar FILENAME.jar` and it will begin to print output to the command line. A GUI may be added in future versions.
Enjoy!