Is there anyway to take a standard diff and get a vimdiff output?
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
But if you do a diff of two files "diff file1.x file2.x > file3.diff" is there a way to view file3.diff "side-by-side", as in display it like you would see the results of a vimdiff?
In this example I only have file1.x and file3.diff. The .diff file was created remotely and I'm looking for a more pleasent way to view them.
Well the "file3.diff" is the result of "file1.x" and changes in "file2.x", so if you patch "file1.x" with "file3.diff" the result should be "file2.x", right?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.