Quote:
|
Originally Posted by surjyap
the satement (2) lists the same files with their full path. But here I get some duplicate lines in tmp file when two files with same name in different directories. Due to some condition I have no clue to remove the duplicate entries bcoz it is unknown that which entry should be removed. The above script works fine if there is no multiple file ahving same name.
|
As far as I understand, you want to remove the duplicates files which have different paths.
Look at this thread.
Removing duplicate files from list with different path
vino