I got two files. I want to use diff to compare those to see what has been changed.
I checked man diff but there are log of options. Could anyone give me a quick hint what should I do?
thank you you all!!
I got two files. I want to use diff to compare those to see
Share
will give you a differences between files in unified form. You can also save them to a file
And patch an original file to have these changes: