スキップしてメイン コンテンツに移動
検索
このブログを検索
山と自然に帰るブログ
共有
リンクを取得
Facebook
×
Pinterest
メール
他のアプリ
ラベル
file
hex
linux
sed
2月 11, 2024
sed to replace string in hex value
backslash:
# sed -e 's/\x27\xc2\xa5/\x27\x5c/g' file.txt >file.backslash_modified.txt
~:
# sed -e 's/\xe3\x80\x9c/\xef\xbd\x9e/g' file.txt >file.tild_modified.txt
UTF8のhexコードの変更例
\
c2a5
↓
5c
~
e3809c
↓
efbd9e
コメント
人気の投稿
10月 10, 2018
GPXに時間を追加するツール
1月 26, 2021
how to start and stop DataStage
コメント
コメントを投稿