














May 30, 2024 | 1 分钟 | 113 字 | Tianlun Song | PR
命令用法
$ xxd [options] [infile [outfile]]
其中,
使用实例
显示十六进制格式
gackle@machine:\x7e$ echo 1111111 > 1.txt
gackle@machine:~$ cat 1.txt
1111111
gackle@machine:~$ xxd 1.txt
00000000: 3131 3131 3131 310a 1111111.
转换为二进制形式显示
gackle@machine:~$ xxd 1.txt |xxd -r
1111111
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。