.\"O .TH LZMAINFO 1 "2013-06-30" "Tukaani" "XZ Utils" .TH LZMAINFO 1 2013\-06\-30 Tukaani "XZ Utils" .\"O ---------------------------------------- .\"O .SH NAME .\"O lzmainfo \- show information stored in the .lzma file header .SH 名前 lzmainfo \- .lzma ファイルヘッダーに保存された情報を表示します .\"O ---------------------------------------- .\"O .SH SYNOPSIS .\"O .B lzmainfo .\"O .RB [ \-\-help ] .\"O .RB [ \-\-version ] .\"O .RI [ file... ] .SH 書式 \fBlzmainfo\fP [\fB\-\-help\fP] [\fB\-\-version\fP] [\fIfile...\fP] .\"O ---------------------------------------- .\"O .SH DESCRIPTION .\"O .B lzmainfo .\"O shows information stored in the .\"O .B .lzma .\"O file header. .\"O It reads the first 13 bytes from the specified .\"O .IR file , .\"O decodes the header, and prints it to standard output in human .\"O readable format. .\"O If no .\"O .I files .\"O are given or .\"O .I file .\"O is .\"O .BR \- , .\"O standard input is read. .SH 説明 \fBlzmainfo\fP は \fB.lzma\fP ファイルのヘッダーに保存された情報を表示します。指定された \fIfile\fP から先頭の 13 バイトを読み込んでヘッダーを復号化し、読みやすい形式でその情報を標準出力します。\fIfiles\fP が指定されない、あるいは \fIfile\fP が \fB\-\fP である場合は標準入力から読み込まれます。 .\"O ---------------------------------------- .\"O .PP .\"O Usually the most interesting information is .\"O the uncompressed size and the dictionary size. .\"O Uncompressed size can be shown only if .\"O the file is in the non-streamed .\"O .B .lzma .\"O format variant. .\"O The amount of memory required to decompress the file is .\"O a few dozen kilobytes plus the dictionary size. .PP 普通もっとも重要になる情報といえば、圧縮サイズと辞書サイズです。圧縮サイズは、そのファイルがストリーム方式ではない \fB.lzma\fP フォーマットの形式であるときにだけ表示されます。またファイルを伸長する際に必要となるメモリ総量は、数 10 キロバイト+辞書サイズです。 .\"O ---------------------------------------- .\"O .PP .\"O .B lzmainfo .\"O is included in XZ Utils primarily for .\"O backward compatibility with LZMA Utils. .PP \fBlzmainfo\fP が XZ Utils に含まれているのは、主に LZMA Utils との後方互換性のために提供されています。 .\"O ---------------------------------------- .\"O .SH "EXIT STATUS" .SH 終了ステータス .\"O ---------------------------------------- .\"O .TP .\"O .B 0 .\"O All is good. .TP \fB0\fP 正常終了。 .\"O ---------------------------------------- .\"O .TP .\"O .B 1 .\"O An error occurred. .TP \fB1\fP エラー発生。 .\"O ---------------------------------------- .\"O .SH BUGS .\"O .B lzmainfo .\"O uses .\"O .B MB .\"O while the correct suffix would be .\"O .B MiB .\"O (2^20 bytes). .\"O This is to keep the output compatible with LZMA Utils. .SH バグ \fBlzmainfo\fP は \fBMB\fP を利用していますが、本来用いるべきサフィックスは \fBMiB\fP (2^20 バイト) です。これは LZMA Utils との互換性を考慮して、そのような出力のままとしています。 .\"O ---------------------------------------- .\"O .SH "SEE ALSO" .\"O .BR xz (1) .SH 関連項目 \fBxz\fP(1) .\"O ----------------------------------------