]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cmp: add -b, --print-bytes
authorKyle Evans <kevans@FreeBSD.org>
Thu, 23 Sep 2021 05:46:30 +0000 (00:46 -0500)
committerKyle Evans <kevans@FreeBSD.org>
Sun, 3 Oct 2021 05:19:57 +0000 (00:19 -0500)
commite6eed7d7bc806c26e52eb0fe6c1c7f7f23eb3ea6
treebdd8e6f5e7cb48ce445ba69389bde2c0c29af5fd
parentb0f46c4b84093b23e8d40ffbc1f7f63659a0123c
cmp: add -b, --print-bytes

This is compatible with GNU cmp.

Reviewed by: bapt, markj (earlier version)
Sponsored by: Klara, Inc.

(cherry picked from commit f66b9b40f403f7c30fec3c4ceed93c6e8fafa8ac)
usr.bin/cmp/cmp.1
usr.bin/cmp/cmp.c
usr.bin/cmp/extern.h
usr.bin/cmp/link.c
usr.bin/cmp/misc.c
usr.bin/cmp/regular.c
usr.bin/cmp/special.c
usr.bin/cmp/tests/Makefile
usr.bin/cmp/tests/b_flag.out [new file with mode: 0644]
usr.bin/cmp/tests/bl_flag.out [new file with mode: 0644]
usr.bin/cmp/tests/cmp_test2.sh