El 10/03/18 a las 14:09, Pádraig Brady escribió:
I just tried find from git (not a debian package)
and I don't see the issue.
Perhaps it's already fixed in find upstream?
Can you give more details of the breakage?
I found the problem:
fslint does not do recursive duplicate searching when the FOLDER is a
SYMBOLIC LINK
For example:
/folder/main-folder/lot-of-pics
Where lot-of-pics has duplicate files.
ln -s /folder/main-folder /folder/symlink-folder
If you try to find duplicate pics intro /folder/symlink-folder DOES NOT
WORK.
If you try /folder/main-folder/, fslint founds duplicate files inside
lot-of-pics
If you try /folder/symlink-folder/lot-of-pics, fslint works as expected.
So, I think, if route ends on symlink, fslint treats this folder as a
file. If the route ends on regular folder, it works fine.
Can you confirm this?
Thanks a lot!!!