/usr/bin/od
od [オプション] ファイル名 | 入力ファイルを指定した形式に変換して出力します。 |
---|
-c | シングルバイト文字を表示します。 |
---|---|
-t 出力タイプ | 出力タイプを指定します。 |
c | 「文字」を表します。 |
d | 符号付き 10 進数を表します。 |
o | 8進数を表します。 |
u | 符号なし10進数を表します。 |
x | 16進数を表します。 |
od -t xc /etc/hosts
/etc/hostsファイルの改行コードを表示します。
# od -t x /etc/hosts 0000000 230a2320 436f7079 72696768 74203230 # \n # C o p y r i g h t 2 0 0000020 30392053 756e204d 6963726f 73797374 0 9 S u n M i c r o s y s t 0000040 656d732c 20496e63 2e202041 6c6c2072 e m s , I n c . A l l r 0000060 69676874 73207265 73657276 65642e0a i g h t s r e s e r v e d . \n 0000100 23205573 65206973 20737562 6a656374 # U s e i s s u b j e c t 0000120 20746f20 6c696365 6e736520 7465726d t o l i c e n s e t e r m 0000140 732e0a23 0a232049 6e746572 6e657420 s . \n # \n # I n t e r n e t 0000160 686f7374 20746162 6c650a23 0a3a3a31 h o s t t a b l e \n # \n : : 1 0000200 09096c6f 63616c68 6f73740a 3132372e \t \t l o c a l h o s t \n 1 2 7 . 0000220 302e302e 31096c6f 63616c68 6f737420 0 . 0 . 1 \t l o c a l h o s t 0000240 6c6f6768 6f73740a 3139322e 3136382e l o g h o s t \n 1 9 2 . 1 6 8 . 0000260 302e3109 686f7374 30310a00 0 . 1 \t h o s t 0 1 \n 273 #