Friday 14 November 2014

Using Diffuse comparing and merging text files in Ubuntu

Diffuse is a graphical tool for comparing and merging text files. It can work with many revision control systems as a diff viewer or merge tool. Diffuse is able to compare an arbitrary number of files side-by-side (n-way merge), and gives the user the ability to manually correct line matching and directly edit the files.

Install Diffuse in Ubuntu
open Terminal Type Command:
sudo apt-get install diffuse
After compilation Installation, In terminal type
diffuse file1 file2

Eg:diffuse source.php sourcedemo.php

diffuse will be display like: