This package browser is in early development. Mind the rough edges.

diffutils

Comparing and merging files

GNU Diffutils is a package containing tools for finding the differences between files. The "diff" command is used to show how two files differ, while "cmp" shows the offsets and line numbers where they differ. "diff3" allows you to compare three files. Finally, "sdiff" offers an interactive means to merge two files.

Installation

Install the latest version of diffutils as follows:

guix install diffutils

Or install a particular version:

guix install diffutils@3.12

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of diffutils about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/diffutils'><img src='https://packages.guix.gnu.org/packages/diffutils/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/diffutils/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/diffutils)

Example Org:

[[https://packages.guix.gnu.org/packages/diffutils][https://packages.guix.gnu.org/packages/diffutils/badges/latest-version.svg]]