Difference between revisions of "Od"
Jump to navigation
Jump to search
(Created page with "wikipedia:od (Unix)") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[wikipedia:od (Unix)]] | + | {{lc}} |
+ | [[wikipedia:od (Unix)]] dump files in [[octal]] and other formats. | ||
+ | * https://man7.org/linux/man-pages/man1/od.1.html | ||
+ | |||
+ | |||
+ | == Examples == | ||
+ | head -c 16 [[/dev/urandom]] | od -An -t x | tr -d ' ' | ||
+ | |||
+ | == See also == | ||
+ | * {{unix}} | ||
+ | |||
+ | [[Category:Unix]] |
Latest revision as of 13:15, 8 October 2022
wikipedia:od (Unix) dump files in octal and other formats.
Examples[edit]
head -c 16 /dev/urandom | od -An -t x | tr -d ' '
See also[edit]
Advertising: