Skip to content

Instantly share code, notes, and snippets.

@inaz2
Created July 9, 2014 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inaz2/65ef1d0cdcc32cf3c9bf to your computer and use it in GitHub Desktop.
Save inaz2/65ef1d0cdcc32cf3c9bf to your computer and use it in GitHub Desktop.
標準入力を1行ずつ処理する
$ while read; do echo -n "$REPLY" | od -tx1z; done
hoge
0000000 68 6f 67 65 >hoge<
0000004
fuga
0000000 66 75 67 61 >fuga<
0000004
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment