系统相关
首页 > 系统相关> > Linux xxd命令

Linux xxd命令

作者:互联网

xxd和hexdump命令类似,都可以查看二进制文件.

安装xxd命令

yum install -y vim-common

查看xxd命令帮助

xxd -h
xxd --help
man xxd

使用命令查看文件

[root@localhost queue]# xxd id\:000000\,orig\:seed.bin
00000000: edd5 cb6d 2de8 444c bda1 7194 199a d92a  ...m-.DL..q....*
00000010: 2000 0000 0000 0000 5d0b 1900 0000 0000   .......].......
00000020: 0100 0000 0000 0100 1000 0000 0000 0000  ................
00000030: 0200 0000 cbe8 d6a9 04f1 b548 8aa2 628f  ...........H..b.

 

标签:0000,..,xxd,0100,.......,命令,Linux
来源: https://www.cnblogs.com/pfeiliu/p/13210884.html