wok-next view diffutils/description.txt @ rev 20727
python-gevent-psycopg2: fix error "urllib2.HTTPError: HTTP Error 403: SSL is required"
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 28 15:32:33 2018 +0300 (2018-05-28) |
parents | |
children |
line source
1 The Diffutils package contains programs that show the differences between files
2 or directories.
4 The package contains:
6 * `cmp` - Compares two files and reports whether or in which bytes they
7 differ
8 * `diff` - Compares two files or directories and reports which lines in the
9 files differ
10 * `diff3` - Compares three files line by line
11 * `sdiff` - Merges two files and interactively outputs the results