Jan 162010
How to find the differences between two files (visually)
Answer:
Use the vimdiff command
E.g.
# vimdiff foo.txt bar.txt
You can enter vim and the differences between two files will be shown visually.
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
How to find the differences between two files (visually)
Answer:
Use the vimdiff command
E.g.
# vimdiff foo.txt bar.txt
You can enter vim and the differences between two files will be shown visually.