Skip to main content

All Questions

Tagged with
1 vote
2 answers
916 views

Can I find duplicate files with the same path in different locations?

I have two folders/directories: C:\MyData and C:\MyDataBackup and the person that owns those two folders/directories and does not remember if they have edited the files in the original or in the ...
Kurtibert's user avatar
  • 167
0 votes
0 answers
256 views

How can I look for duplicate files from different base folders in bash?

I know fdupes, which can find duplicate files from various directories I provide it: fdupes -r <directoryA> <directoryB> <...> But this seems to “throw all files into the same ...
Bowi's user avatar
  • 1,537
0 votes
1 answer
61 views

Linux python scripting check for directory that have the same name but different case

Using an ntfs partition on an external hard drive on Linux, I would like to be able to rename directories that have the same name with different case in order to user the same disk on Windows. The ...
user3714670's user avatar
0 votes
1 answer
278 views

Find duplicate file in another directory

I have a file named: f{number}.ext In another directory there exists a list of dirs: 001 002 003 .... Each of these dirs contains a list of files: f001.ext f002.ext ... The file names are ...
Igor Yukhimenko's user avatar
1 vote
1 answer
3k views

script to delete duplicate files using md5

I want to write a script to find duplicate files in a given directory and delete the copy depending on the hashcode. When I run the script it deletes the copy and the original file. Here's my code: ...
user3125580's user avatar
5 votes
4 answers
4k views

Show Duplicate Files [duplicate]

Possible Duplicate: Find duplicate files on Mac OS X Hi all I am trying to sort out duplicate folders in a folder which again has an awful lot of subfolders on a Mac OS X system. I want to have ...
elhombre's user avatar
  • 333