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
-
Rhino Linux Announces Latest "Quick Update"
If you prefer your Linux distribution to be of the rolling type, Rhino Linux delivers a beautiful and reliable experience.
-
Plasma Desktop Will Soon Ask for Donations
The next iteration of Plasma has reached the soft feature freeze for the 6.2 version and includes a feature that could be divisive.
-
Linux Market Share Hits New High
For the first time, the Linux market share has reached a new high for desktops, and the trend looks like it will continue.
-
LibreOffice 24.8 Delivers New Features
LibreOffice is often considered the de facto standard office suite for the Linux operating system.
-
Deepin 23 Offers Wayland Support and New AI Tool
Deepin has been considered one of the most beautiful desktop operating systems for a long time and the arrival of version 23 has bolstered that reputation.
-
CachyOS Adds Support for System76's COSMIC Desktop
The August 2024 release of CachyOS includes support for the COSMIC desktop as well as some important bits for video.
-
Linux Foundation Adopts OMI to Foster Ethical LLMs
The Open Model Initiative hopes to create community LLMs that rival proprietary models but avoid restrictive licensing that limits usage.
-
Ubuntu 24.10 to Include the Latest Linux Kernel
Ubuntu users have grown accustomed to their favorite distribution shipping with a kernel that's not quite as up-to-date as other distros but that changes with 24.10.
-
Plasma Desktop 6.1.4 Release Includes Improvements and Bug Fixes
The latest release from the KDE team improves the KWin window and composite managers and plenty of fixes.
-
Manjaro Team Tests Immutable Version of its Arch-Based Distribution
If you're a fan of immutable operating systems, you'll be thrilled to know that the Manjaro team is working on an immutable spin that is now available for testing.