NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: standards/11204
The following reply was made to PR standards/11204; it has been noted by GNATS.
From: Christopher Berardi <cberardi%natoufa.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: standards/11204
Date: Sat, 20 Feb 2010 15:04:24 -0500
On Sat, Feb 20, 2010 at 07:50:04PM +0000, David Holland wrote:
>
> Eh?
>
> With this morning's sources:
>
> % od -v -A x -j 0 -N 1024 -t /etc/motd
> hexdump: [-bcCdovx] [-e fmt] [-f fmt_file] [-n length] [-s skip] [file ...]
> Exit 1
> %
>
> --
> David A. Holland
> dholland%netbsd.org@localhost
>
The -t switch requires an argument 'type_string', such as 'a' for ASCII.
$ od -v -A x -j 0 -N 1024 -t a /etc/motd
0000000 N e t B S D sp 5 . 0 . 2 sp ( G E
0000010 N E R I C ) sp # 0 : sp S a t sp F
0000020 e b sp 6 sp 1 7 : 5 3 : 2 7 sp U T
0000030 C sp 2 0 1 0 nl nl W e l c o m e sp
0000040 t o sp N e t B S D ! nl nl
000004c
--
Christopher Berardi
http://www.natoufa.com/
Be still, and know that I am God (Psalms 46:10)
Home |
Main Index |
Thread Index |
Old Index