Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 1996 14:18:54 -0700 (PDT)
From:      Poul-Henning Kamp <phk>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/hexdump hexdump.1 hexsyntax.c
Message-ID:  <199609162118.OAA09062@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         96/09/16 14:18:53

  Modified:    usr.bin/hexdump  hexdump.1 hexsyntax.c
  Log:
  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.|
  
  Revision  Changes    Path
  1.3       +6 -1      src/usr.bin/hexdump/hexdump.1
  1.2       +6 -1      src/usr.bin/hexdump/hexsyntax.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609162118.OAA09062>