关于 xxd 命令的输出

查看 62|回复 3
作者:rookiemaster   
使用 xxd a.out 或者 xxd a.png 都能在前面的几个字节看到这些文件的 magic number ,但是为什么 xxd a.txt 只能看到文本内容呢?
kkhaike   
有没有一种可能。txt 就只有文本内容没有 magic number 呢
seers   
因为一切文件都是字节,正是因为有了 magic number 才被识别成其他文件,不要本末倒置了
rookiemaster
OP
  
@kkhaike 维基百科里有说 txt 文件存在 magic number
您需要登录后才可以回帖 登录 | 立即注册

返回顶部