Comparing files with BeeDiff
Vive la Différence
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
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.