Java read all files in folder and write only unique rows

This program read all files in a folder then it will filter out all rows smaller then 10 symbols and it will save then in one file Program’s steps: Test files which should be in one folder. This files contains names which can be duplicated: Output file result from this two input files. Contain only … Read more