I am looking for a way to find (one)/(multiple) files that (is)are identical to a given argument file. I would like to perform this with mdfind
command which is really fast.
The command to apply would be for example like :
mdfind -options_same_content file_input.txt
I would like to do this research only on text files. I found on SO a lot of answers about this but it mostly based on Linux find/diff classical commands
...
If someone could indicate to me the flag -options_same_content
to use with mdfind
command, this would be fine.