wok-next annotate diffutils/description.txt @ rev 19561

Initial commit to wok-next (SliTaz v.6 now): update 61 packages (about) according to LFS 7.10
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 16 01:16:56 2016 +0200 (2016-12-16)
parents
children
rev   line source
al@19561 1 The Diffutils package contains programs that show the differences between files
al@19561 2 or directories.
al@19561 3
al@19561 4 The package contains:
al@19561 5
al@19561 6 * `cmp` - Compares two files and reports whether or in which bytes they
al@19561 7 differ
al@19561 8 * `diff` - Compares two files or directories and reports which lines in the
al@19561 9 files differ
al@19561 10 * `diff3` - Compares three files line by line
al@19561 11 * `sdiff` - Merges two files and interactively outputs the results