$od [-t type]查看非文本文件 a 使用默认字符输出 c 使用ASC II字符输出 d[size] 使用十进制来输出数据,每个整数占用size byte o 。。八 x 。。十六 f 。。浮点数
$od [-t type]
a
c
d[size]
o
x
f