mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
4 lines
256 B
Plaintext
4 lines
256 B
Plaintext
The diff utilities can be used to compare files, and generate a record
|
|
of the "differences" between files. This record can be used by the
|
|
patch program to bring one file up to date with the other. All these
|
|
utilities (except cmp) only work on text files. |