diffutils: The GNU collection of diff utilities1
You can use the 'diff' command to show differences between two
files, or each corresponding file in two directories.
You can use the 'cmp' command to show 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.
You can use the set of differences produced by 'diff' 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.
You can use the 'diff3' command to show differences among three
files. When two people have made independent changes to a common
original, 'diff3' can report the differences between the original and
the two changed versions, and can produce a merged file that contains
both persons' changes together with warnings about conflicts.
You can use the 'sdiff' command to merge two files interactively.
... part of T2,
get it here
URL: https://www.gnu.org/software/diffutils/diffutils.html
Author: The GNU Project <gnu [at] gnu [dot] org>
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>
License: GPL
Status: Stable
Version: 3.12
Remark: Does cross compile (as setup and patched in T2).
Remark: Dietlibc compatible.
Download: http://ftp.gnu.org/pub/gnu/diffutils/ diffutils-3.12.tar.xz
T2 source: compile.patch.dietlibc
T2 source: diffutils.cache
T2 source: diffutils.desc
T2 source: hotfix-strcasecmp.patch.cross
Build time (on reference hardware): 14% (relative to binutils)2
Installed size (on reference hardware): 1.75 MB, 52 files
Dependencies (build time detected):
bash
binutils
findutils
gawk
grep
gzip
linux-header
make
sed
tar
xz
Installed files (on reference hardware):
[show]
usr/bin/cmp
usr/bin/diff
usr/bin/diff3
usr/bin/sdiff
usr/share/info/diffutils.info
usr/share/locale/bg/LC_MESSAGES/diffutils.mo
usr/share/locale/ca/LC_MESSAGES/diffutils.mo
usr/share/locale/cs/LC_MESSAGES/diffutils.mo
usr/share/locale/da/LC_MESSAGES/diffutils.mo
usr/share/locale/de/LC_MESSAGES/diffutils.mo
usr/share/locale/el/LC_MESSAGES/diffutils.mo
usr/share/locale/eo/LC_MESSAGES/diffutils.mo
usr/share/locale/es/LC_MESSAGES/diffutils.mo
usr/share/locale/fi/LC_MESSAGES/diffutils.mo
usr/share/locale/fr/LC_MESSAGES/diffutils.mo
usr/share/locale/ga/LC_MESSAGES/diffutils.mo
usr/share/locale/gl/LC_MESSAGES/diffutils.mo
usr/share/locale/he/LC_MESSAGES/diffutils.mo
usr/share/locale/hr/LC_MESSAGES/diffutils.mo
usr/share/locale/hu/LC_MESSAGES/diffutils.mo
usr/share/locale/id/LC_MESSAGES/diffutils.mo
usr/share/locale/it/LC_MESSAGES/diffutils.mo
usr/share/locale/ja/LC_MESSAGES/diffutils.mo
usr/share/locale/ka/LC_MESSAGES/diffutils.mo
usr/share/locale/ko/LC_MESSAGES/diffutils.mo
usr/share/locale/lv
usr/share/locale/lv/LC_MESSAGES
usr/share/locale/lv/LC_MESSAGES/diffutils.mo
usr/share/locale/ms/LC_MESSAGES/diffutils.mo
usr/share/locale/nb/LC_MESSAGES/diffutils.mo
usr/share/locale/nl/LC_MESSAGES/diffutils.mo
usr/share/locale/pl/LC_MESSAGES/diffutils.mo
usr/share/locale/pt/LC_MESSAGES/diffutils.mo
usr/share/locale/pt_BR/LC_MESSAGES/diffutils.mo
usr/share/locale/ro/LC_MESSAGES/diffutils.mo
usr/share/locale/ru/LC_MESSAGES/diffutils.mo
usr/share/locale/sr/LC_MESSAGES/diffutils.mo
usr/share/locale/sv/LC_MESSAGES/diffutils.mo
usr/share/locale/tr/LC_MESSAGES/diffutils.mo
usr/share/locale/uk/LC_MESSAGES/diffutils.mo
usr/share/locale/vi/LC_MESSAGES/diffutils.mo
usr/share/locale/zh_CN/LC_MESSAGES/diffutils.mo
usr/share/locale/zh_TW/LC_MESSAGES/diffutils.mo
usr/share/man/man1/cmp.1
usr/share/man/man1/diff.1
usr/share/man/man1/diff3.1
usr/share/man/man1/sdiff.1
var/adm/dependencies/diffutils
var/adm/descs/diffutils
var/adm/flists/diffutils
var/adm/md5sums/diffutils
var/adm/packages/diffutils
1) This page was automatically generated from the T2
package source. Corrections, such as dead links, URL changes or typos
need to be performed directly on that source.
2) Compatible with Linux From Scratch's
"Standard Build Unit" (SBU).