The question emerged my original question here.
I try to find the common elements between the outputs of the two find-commands with a find-command. How can I get the command working?
find `find ~/bin/FilesDvorak/.* -maxdepth 0` -and `find ~/.PAST_RC_files/.*`
Would something like this work instead, rather than reinvent the wheel?
You can play around with the grep to get the files present only in one of the dirs, etc.
diff
grep