mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-08-01 10:46:53 +03:00
* man/od.x: s/-w 16/-w16/ as -w takes an optional parameter and so the space is significant.
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
[NAME]
|
|
od \- dump files in octal and other formats
|
|
[DESCRIPTION]
|
|
.\" Add any additional description here
|
|
[EXAMPLES]
|
|
.TP
|
|
.B od -A x -t x1z -v
|
|
Display hexdump format output
|
|
.TP
|
|
.B od -A o -t oS -w16
|
|
The default output format used by od
|