> od --help
...
By default, od uses -A o -t d2 -w 16.
...

> od -A o -t d2 -w 16
od: 16: No such file or directory
Exit 1

> od -A o -t d2 -w16
[OK]

==> A space after -w is not legal!!!

> od --version
od (GNU textutils) 2.0

Volker

_______________________________________________
Bug-textutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-textutils

Reply via email to