diffutils 1:3.7-ok1 source package in openKylin
Changelog
diffutils (1:3.7-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
diffutils (1:3.7-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | release | main | utils | |
Nile V2.0 | release | main | utils |
File | Size | SHA-256 Checksum |
---|---|---|
diffutils_3.7.orig.tar.xz | 1.4 MiB | b3a7a6221c3dc916085f0d205abf6b8e1ba443d4dd965118da364a1dc1cb3a26 |
diffutils_3.7-ok1.debian.tar.xz | 5.9 KiB | 5b24f3ac54a9fe9260de96bdd2d0cca5a3455e88d7cb25e677adfe54c8954f74 |
diffutils_3.7-ok1.dsc | 1.6 KiB | a0b182800ccc675f45e27739704839fb771fc4d6f8d55c42e3b94816bc4632eb |
The diffutils package provides the diff, diff3, sdiff, and cmp programs.
.
`diff' shows differences between two files, or each corresponding file
in two directories. `cmp' shows the offsets and line numbers where
two files differ. `cmp' can also show all the characters that
differ between the two files, side by side. `diff3' shows differences
among three files. `sdiff' merges two files interactively.
.
The set of differences produced by `diff' can be used to distribute
updates to text files (such as program source code) to other people.
This method is especially useful when the differences are small compared
to the complete files. Given `diff' output, the `patch' program can
update, or "patch", a copy of the file.
This package contains the HTML documentation for GNU diffutils.