I would like to know how i can extract the results in a csv or text file, with every similar files separated with a new line?
I know that a1 and a2 are exact matches as b1 and b2. How i can understand this or group them using findimagedupes per similarity?
and fp_data how it can be opened? it is a sql database?
findimagedupes -v=md5 -R -q -f=fp_data -t 70% .
e9550f2c38e5584022b6cac469777c55 /a2.jpg
aff489c1d36c9625f4e48b4e6223548f /b1.jpg
19b6b4df7cc0ad09397089b8bcfd2714 /a1.jpg
aff489c1d36c9625f4e48b4e6223548f /b2.jpg
I would like to know how i can extract the results in a csv or text file, with every similar files separated with a new line?
I know that a1 and a2 are exact matches as b1 and b2. How i can understand this or group them using findimagedupes per similarity?
and fp_data how it can be opened? it is a sql database?