diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-17 21:16:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-17 21:16:42 +0000 |
commit | a3d3111bfe26b8e5f5bc6049dfb2a4ca2edc7881 (patch) | |
tree | f4a8a34f904c1bb86adcc3ae0e14434badc6dbe4 /Build/source/utils/gzip/gzip_6.html | |
parent | 6c0eafbb1395d426a72a74538e0b2a95e8344ca6 (diff) |
utils 1
git-svn-id: svn://tug.org/texlive/trunk@1484 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/gzip/gzip_6.html')
-rw-r--r-- | Build/source/utils/gzip/gzip_6.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Build/source/utils/gzip/gzip_6.html b/Build/source/utils/gzip/gzip_6.html new file mode 100644 index 00000000000..f3e92251cd3 --- /dev/null +++ b/Build/source/utils/gzip/gzip_6.html @@ -0,0 +1,38 @@ +<HTML> +<HEAD> +<!-- Created by texi2html 1.56k from gzip.texi on 9 August 2001 --> + +<TITLE>Gzip User's Manual - 5. Environment</TITLE> +</HEAD> +<BODY> +Go to the <A HREF="gzip_1.html">first</A>, <A HREF="gzip_5.html">previous</A>, <A HREF="gzip_7.html">next</A>, <A HREF="gzip_9.html">last</A> section, <A HREF="gzip_toc.html">table of contents</A>. +<P><HR><P> + + +<H1><A NAME="SEC8" HREF="gzip_toc.html#TOC8">5. Environment</A></H1> +<P> +<A NAME="IDX6"></A> + + +<P> +The environment variable <CODE>GZIP</CODE> can hold a set of default options for +<CODE>gzip</CODE>. These options are interpreted first and can be overwritten by +explicit command line parameters. For example: + + + +<PRE> +for sh: GZIP="-8v --name"; export GZIP +for csh: setenv GZIP "-8v --name" +for MSDOS: set GZIP=-8v --name +</PRE> + +<P> +On Vax/VMS, the name of the environment variable is <CODE>GZIP_OPT</CODE>, to +avoid a conflict with the symbol set for invocation of the program. + + +<P><HR><P> +Go to the <A HREF="gzip_1.html">first</A>, <A HREF="gzip_5.html">previous</A>, <A HREF="gzip_7.html">next</A>, <A HREF="gzip_9.html">last</A> section, <A HREF="gzip_toc.html">table of contents</A>. +</BODY> +</HTML> |