All Questions
1 question
4
votes
2
answers
276
views
Find duplicate files in Linux
This code finds duplicate files in Linux.
I assume that MD5 hash will return unique hash number.
What can I improve in this code?
...