Previous Next Table of Contents 

1. Introduction

 KDiff is a frontend to the diff program. The main purpose of kdiff is to visualize the diferences between two ASCII-files.
After loading a left and a right file you can start the diff process. The two files will be displayed in the main window area  of the application. Differences are marked with different colors as the following table shows.
 
 
background color meaning
white no differences
green the lines differ
red the right line is added respectively the left line is deleted
blue the left line is added respectively the right line is deleted
 

Sample screenshoot
is shown  here .
 
 


Previous Next Table of Contents