Is there anyway to get diff to compare two directories, but only consider files "different" if their first line is different? For example, the files
and
are the "same". I just need a list of all the files that are different in this way. I checked the man page, but I didn't see anything that would give me this kind of control. Any ideas? Thanks!
Code:
{ * ver 1.234 * }
content A
content B
Code:
{ * ver 1.234 * }
content C
content D