od

Section: (pj)
Updated: 2021-10-19
Index Return to Main Contents
 

DESCRIPTION

od -format=ax1 filename

This gives you both characters (a) and hex (x1). Hex values are 1-byte long. If you don't specify the 1, you get endian weirdness.

od -format=cz filename

This is a bit easier to read.

 

AUTHORS

Paul A. Jungwirth.


 

Index

DESCRIPTION
AUTHORS

This document was created by man2html, using the manual pages.
Time: 22:09:56 GMT, April 06, 2024