Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 130 Bytes

od.md

File metadata and controls

11 lines (6 loc) · 130 Bytes

To read a hex dump

od -tx1 < FILE

To read a hex dump by decimal

od -Ad -tx1 < FILE

To read an ascii dump

od -ta < FILE