OD Commands Cheat Sheet
Here is a cli commands cheat sheet for OD command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.
What is OD command?
Add some data here
# To dump a file in octal format: odod -o od -t o2 # To dump a file in hexadecimal format: od -x od -t x2 # To dump a file in hexadecimal format, with hexadecimal offsets and a space between each byte: od -A x -t x1
Check out the OD command documentation .
You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again