Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 774 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 774 Bytes

DuplicateFinder

Kind of lab session of 4th week of BIM208 course.

Simple Java practicement that leads us to learn how to use java.NIO package and also the basic idea that lies behind the streams and how to use them.

DuplicateFinder just simply looks for duplicates located in your 'user.home' directory, which is 'C:\Users\Tzesh' in Windows or '/home/Tzesh' for Linux. Maps them according to their MD5, and controls if there is a collusion or not.

Usage

Just simple clone the repository then build the maven project by typing mvn clean package then go to the directory of project and run the compiled .jar file by typing java -jar target\DuplicateFinder-1.0-SNAPSHOT.jar Usage Usage2