生活隨筆
2017年7月20日 星期四
[工作] command line寫入16進位binary到檔案
$ echo -e "\x10\x11\x12" > test
$ cat test | xxd
$ 0000000: 1011 120a
後面的0x0a為換行符號
$ printf '\xde\xad\xbe\xef' > file
$ cat file | xxd
$ 0000000: dead beef
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言