Go to the first, previous, next, last section, table of contents.


環境

環境変数 GZIPgzip のためのデフォルトのオプションの組を 保持できます。これらのオプションは最初に解釈され、明示的なコマンド行パラ メータによって上書きできます。例えば:

shに対して:    GZIP="-8v --name"; export GZIP
cshに対して:   setenv GZIP "-8v --name"
MSDOSに対して: set GZIP=-8v --name

Vax/VMS 上では、プログラムの起動のためのシンボル・セットとの衝突を避ける ために、環境変数の名前は GZIP_OPT です。


Go to the first, previous, next, last section, table of contents.