COMPARISON(oh) LOCAL COMPARISON(oh) 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 diff(1), sdiff(1) HISTORY 2026-07-15 : Translated to Spanish. 2026-06-02 : Created. AUTHORS ohazot(oh) | about(oh) | ohazot.com: https://ohazot.com OpenBSD | 2026-07-15 COMPARISON(oh)