スキップしてメイン コンテンツに移動
検索
このブログを検索
山と自然に帰るブログ
共有
リンクを取得
Facebook
×
Pinterest
メール
他のアプリ
ラベル
hex
vi
11月 14, 2019
vim binary(vi)
how to edit a file in binary
$ cat test.dat
ABCD0123
$ vim test.dat
Type :%!xxd to toggle in binary mode
Change "41"(A) to "39"(9)
Type :%!xxd -r to toggle in text mode
$ cat test.dat
9BCD0123
コメント
人気の投稿
10月 10, 2018
GPXに時間を追加するツール
1月 26, 2021
how to start and stop DataStage
コメント
コメントを投稿