引数 Argument |
与える値 Quantity to be given |
第1引数 1st argument |
入力ファイル名。 The input file name. |
-1 | バイナリデータを1バイト毎に1つの符号無し整数と見なして画面に表示する。 Display the binary data assuming that every 1 byte of the data is an unsigned integer. |
-b | バイナリデータを2進数と見なして画面に表示する。 Display the binary data assuming that they are binary numbers. |
-c | バイナリデータを1バイト毎に1つの文字と見なして画面に表示する。 Display the binary data assuming that every 1 byte of the data is a character. |
-d | 8ビッド分のデータを1つの実数と見なして
4ビットずつずらしながら画面に表示する。 Display the binary data of every 4 bytes assuming that every 8 bytes of the data are a real number (overlapping 4-bytes in the output). |
-f | バイナリデータを4バイト毎に1つの実数と見なして画面に表示する。 Display the binary data assuming that every 4 bytes of the data are a real number. |
-i | バイナリデータを4バイト毎に1つの整数と見なして画面に表示する。 Display the binary data assuming that every 4 bytes of the data are an integer. |
-s | 8ビッド分のデータを1つの実数と見なして
8ビットずつずらしながら画面に出力する。 Display the binary data of every 8 bytes assuming that every 8 bytes of the data are a real number (no overlaps). |
-x | バイナリデータを1バイト毎に符号無し16進数と見なして画面に表示する。 Display the binary data assuming that every 1 byte of the data is an unsigned hexadecimal number. |