[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

recursively find duplicate filenames



find duplicate filenames in a folder
find | perl -ne 's!([^/]+)$!lc $1!e; print if 1 == $seen{$_}++'

find duplicate filenames in a folder recursively
? how? 


      


Reply to: