X-debbugs-cc: bug-coreutils@gnu.org
Tags: upstream
Package: coreutils
Version: 5.97-5
Severity: normal
File: /usr/bin/od

$ od --help|grep -- -w|tail
By default, od uses -A o -t d2 -w 16.
$ date|od -A o -t d2 -w 16
od: 16: No such file or directory
#must use
$ date|od -A o -t d2 -w16


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to