_                    _
  ___ | |__   __ _ _______ | |_
 / _ \| '_ \ / _` |_  / _ \| __|
| (_) | | | | (_| |/ / (_) | |_
 \___/|_| |_|\__,_/___\___/ \__|

comparisontools

$ diff *
$ sdiff -s *
$ cmp -b *

$ 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

- Review in Slackware to see if there are any differences.

diff(1), sdiff(1)

(back to top)

2026-07-15 : Translated to Spanish.
2026-06-02 : Created.

(back to top)

ohazot | about | ohazot.com <admin@ohazot.com>

This document applies to: OpenBSD | 2026-07-15