odのオプション
実は結構難しい
? Show #{files} in hexadecimal format
? 16進数でバイトオーダで省略なしで#{files}を表示
? #{files}をodで16進数で表示
? odを使って16進数で#{files}を表示
% od -tx1c -v #{$1}
#od