[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug#394257: od -w parsing broken
From: |
Dan Jacobson |
Subject: |
Bug#394257: od -w parsing broken |
Date: |
Fri, 20 Oct 2006 20:06:51 +0800 |
X-debbugs-cc: address@hidden
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
- Bug#394257: od -w parsing broken,
Dan Jacobson <=