Hacker News new | ask | show | jobs
by huherto 3483 days ago
Similar to "cat". But it shows the contents of a file in octal. try...

echo hello | od

echo hello | od -c

Useful when you want to figure out the real contents of a file.