% % This is part of CLFSja package. % % This is a CTIE change file for the original XML source of the CLFSbook. % @x @y @z @x The Gzip package contains programs for compressing and decompressing files. @y Gzip パッケージはファイルの圧縮、伸長 (解凍) を行うプログラムを提供します。 @z @x Installation of Gzip @y &InstallationOf1;Gzip &InstallationOf2; @z @x Prepare Gzip for compilation: @y &PreparePackage1;Gzip &PreparePackage2; @z @x Compile the package: @y &CompileThePackage; @z @x To test the results, issue: @y ビルド結果をテストする場合は以下を実行します。 @z @x Install the package: @y &InstallThePackage; @z @x Now we will move some of the utilities to /usr/bin to meet FHS compliance: @y 各種ユーティリティープログラムを /usr/bin ディレクトリに移動させます。 これは FHS コンプライアンスに準拠するためです。 @z @x Contents of Gzip @y &ContentsOf1;Gzip &ContentsOf2; @z @x Installed programs @y &InstalledProgram; @z @x gunzip, gzexe, gzip, uncompress, zcat, zcmp, zdiff, zegrep, zfgrep, zforce, zgrep, zless, zmore, znew @y gunzip, gzexe, gzip, uncompress, zcat, zcmp, zdiff, zegrep, zfgrep, zforce, zgrep, zless, zmore, znew @z @x Short Descriptions @y &ShortDescriptions; @z @x gunzip Decompresses gzipped files @y gzip により圧縮されたファイルを解凍します。 @z @x gzexe Creates self-decompressing executable files @y 自動解凍形式の実行ファイルを生成します。 @z @x gzip Compresses the given files using Lempel-Ziv (LZ77) coding @y Lempel-Ziv (LZ77) 方式により指定されたファイルを圧縮します。 @z @x uncompress Decompresses compressed files @y 圧縮されたファイルを解凍します。 @z @x zcat Decompresses the given gzipped files to standard output @y gzip により圧縮されたファイルを解凍して標準出力へ出力します。 @z @x zcmp Runs cmp on gzipped files @y gzip により圧縮されたファイルに対して cmp を実行します。 @z @x zdiff Runs diff on gzipped files @y gzip により圧縮されたファイルに対して diff を実行します。 @z @x zegrep Runs egrep on gzipped files @y gzip により圧縮されたファイルに対して egrep を実行します。 @z @x zfgrep Runs fgrep on gzipped files @y gzip により圧縮されたファイルに対して fgrep を実行します。 @z @x zforce Forces a .gz extension on all given files that are gzipped files, so that gzip will not compress them again; this can be useful when file names were truncated during a file transfer @y 指定されたファイルが gzip により圧縮されている場合に、強制的に拡張子 .gz を付与します。 こうすることで gzip は再度の圧縮を行わないようになります。 これはファイル転送によってファイル名が切り詰められてしまった場合に活用することができます。 @z @x zgrep Runs grep on gzipped files @y gzip により圧縮されたファイルに対して grep を実行します。 @z @x zless Runs less on gzipped files @y gzip により圧縮されたファイルに対して less を実行します。 @z @x zmore Runs more on gzipped files @y gzip により圧縮されたファイルに対して more を実行します。 @z @x znew Re-compresses files from compress format to gzip format—.Z to .gz @y compress フォーマットの圧縮ファイルを gzip フォーマットのファイルとして再圧縮します。 つまり .Z から .gz への変換を行います。 @z