]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add '-C' "Canonical" format to hexdump:
authorphk <phk@FreeBSD.org>
Mon, 16 Sep 1996 21:18:48 +0000 (21:18 +0000)
committerphk <phk@FreeBSD.org>
Mon, 16 Sep 1996 21:18:48 +0000 (21:18 +0000)
commit132596c18dbc522d87913d68a5bbdf8975a6cbe7
treed0cf89aa45262ae4dda8032e00df100613b427ef
parent2bff3824c7715f16db03b89a258bd056842ebc03
Add '-C' "Canonical" format to hexdump:

$ hexdump -C /etc/resolv.conf
00000000 64 6f 6d 61 69 6e 20 64 6b 2e 74 66 73 2e 63 6f |domain dk.tfs.co|
00000010 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 31 34 30 |m.nameserver 140|
00000020 2e 31 34 35 2e 32 33 30 2e 31 30 0a             |.145.230.10.|
usr.bin/hexdump/hexdump.1
usr.bin/hexdump/hexsyntax.c