软件包: diffutils (1:3.8-0ubuntu2) [必备]
diffutils 的相关链接
Trisquel 的资源:
下载源码包 diffutils:
- [diffutils_3.8-0ubuntu2.dsc]
- [diffutils_3.8.orig.tar.xz]
- [diffutils_3.8.orig.tar.xz.asc]
- [diffutils_3.8-0ubuntu2.debian.tar.xz]
维护者:
Original Maintainer:
- Santiago Vila
外部的资源:
- 主页 [www.gnu.org]
相似软件包:
File comparison utilities
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.
其他与 diffutils 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- sug: diffutils-doc
- Documentation for GNU diffutils in HTML format
-
- sug: wdiff
- Compares two files word by word