1. 程式人生 > >實用工具之hexdump

實用工具之hexdump

用hexdump顯示某個檔案的內容,顯示為十六進位制數,每個位元組顯示為0xNN,,每行16個,命令如下

hexdump -v -e '16/1 "0x%02x, " "/n"' test.264

hexdump man: http://www.manpagez.com/man/1/hexdump/

參考文章:http://256.com/gray/docs/misc/hexdump_manual_how_to.html