Comparing files with BeeDiff
Vive la Différence

© Eric Isselée, Fotolia
BeeDiff compares two files and quickly displays the differences in a convenient desktop GUI interface.
Programmers often work with patches that contain the differences between two files. Linux has always had text-based tools for file comparison, such as the classic Unix diff utility. BeeDiff is a comparison tool with a graphic edge: You can compare files from a handy desktop interface, and color-coded changes appear.
Installation
BeeDiff [1] is not available as a prebuilt package with the current versions of Ubuntu and Debian, but it is included with openSUSE.
If you can't find BeeDiff in your distribution's repository, you can always download a binary from the website [2]. At the command line, type tar xvfz beediff_1.7_i586.tar.gz or run your archive manager to unpack the beediff directory with the files. To launch the program, enter beediff at the command line.
On our Ubuntu 8.04 lab system with the Gnome desktop, BeeDiff depends on the libqtgui4 package, which triggered some more dependencies.
Also, the initial launch took longer than expected. The program window (Figure 1) is neat and tidy, with two text boxes, an icon bar, and a status line that contains four counters.
Alternatives to BeeDiff
Because comparing files is part of the developer's daily grind many programs with varying functional scope can compare files. Purists will prefer command-line tools like diff. If you also use Windows and Mac OS X to work on files, the tkdiff [3] GUI is preferable to BeeDiff. KDiff3 [4], Meld [5], or Diffuse [6] have more functions than BeeDiff. Most editors and office packages now offer similar functionality.
Configuration
The BeeDiff interface is fairly self-explanatory. If needed, System | Configure takes you to the basic settings (Figure 2), including upper/lower-case tolerance, tabs, blank lines and spaces, and the font and font color for changes. In most cases, the defaults should be fine.
Comparing Files
To compare files, open the files by clicking the … button above the text windows. It makes sense to load the original file in the left-hand window and the file you want to compare it to in the right-hand window. The tool automatically numbers the lines, but you can disable this in System | Numeration.
Figure 3 shows you a comparison between two text files. The left-hand text window contains the original file, test1.txt, and the right-hand window has a modified version called test2.txt. The status bar tells you that there are a total of 26 differences, including 9 changes, 8 additions, and 9 deletions. Red highlighting indicates line deletions, green indicates changes within a line, and blue shows line insertions. Changes to individual words are highlighted in yellow.
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
Kubuntu Focus Announces XE Gen 2 Linux Laptop
Another Kubuntu-based laptop has arrived to be your next ultra-portable powerhouse with a Linux heart.
-
MNT Seeks Financial Backing for New Seven-Inch Linux Laptop
MNT Pocket Reform is a tiny laptop that is modular, upgradable, recyclable, reusable, and ships with Debian Linux.
-
Ubuntu Flatpak Remix Adds Flatpak Support Preinstalled
If you're looking for a version of Ubuntu that includes Flatpak support out of the box, there's one clear option.
-
Gnome 44 Release Candidate Now Available
The Gnome 44 release candidate has officially arrived and adds a few changes into the mix.
-
Flathub Vying to Become the Standard Linux App Store
If the Flathub team has any say in the matter, their product will become the default tool for installing Linux apps in 2023.
-
Debian 12 to Ship with KDE Plasma 5.27
The Debian development team has shifted to the latest version of KDE for their testing branch.
-
Planet Computers Launches ARM-based Linux Desktop PCs
The firm that originally released a line of mobile keyboards has taken a different direction and has developed a new line of out-of-the-box mini Linux desktop computers.
-
Ubuntu No Longer Shipping with Flatpak
In a move that probably won’t come as a shock to many, Ubuntu and all of its official spins will no longer ship with Flatpak installed.
-
openSUSE Leap 15.5 Beta Now Available
The final version of the Leap 15 series of openSUSE is available for beta testing and offers only new software versions.
-
Linux Kernel 6.2 Released with New Hardware Support
Find out what's new in the most recent release from Linus Torvalds and the Linux kernel team.