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.
- Versions: 3.12
- Website: https://www.gnu.org/software/diffutils/
- Licenses: GPL 3+
- Package source: gnu/packages/base.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]