I am looking for a bash script which is compatible with Mac, to find duplicate files in a directory.
feedback
|
|
Don't know about Mac compatibility, but this Works For Me(TM):
The result is a set of commands you can run to check that the result is correct :) Edit: The last version works with really weird filenames like:
| |||||
feedback
|
|
This will find files under a dir with dupes. It's pretty raw, but it works.
| |||
feedback
|