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

comparacionestools

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

$ cat t1
uno
dos
texto3
$ cat t2
uno
dos
textol
$ diff *
3c3
< texto3
---
> textol
$ sdiff -s *
texto3                                                         | textol
$ cmp -b *
t1 t2 differ: byte 15, texto 3 is  63 3 154 l

- Revisar en Slackware para determinar si hay diferencias.
- Revisar ejemplos en Español en Slackware.

diff(1), sdiff(1)

(inicio)

2026-07-15 : Creado.

(inicio)

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

Este documento aplica a: OpenBSD | 2026-07-15