_ _ ___ | |__ __ _ _______ | |_ / _ \| '_ \ / _` |_ / _ \| __| | (_) | | | | (_| |/ / (_) | |_ \___/|_| |_|\__,_/___\___/ \__|
| ohazot | docs | links | dev | conf | txt |
| es | > en < |
| mdoc file |
| search |
comparison —
tools
$ diff * $ sdiff -s * $ cmp -b *
Example
$ cat t1 hello bye line3 $ cat t2 hello bye linel $ diff * 3c3 < line3 --- > linel $ sdiff -s * line3 | linel $ cmp -b * t1 t2 differ: byte 15, line 3 is 63 3 154 l
TODO
| - Review in Slackware to see if there are any differences. |
SEE ALSO
HISTORY
| 2026-07-15 | : Translated to Spanish. |
| 2026-06-02 | : Created. |