diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-20 18:48:19 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-20 18:48:19 +0000 |
commit | 4679a998ceeaa1ca700b3fe5dde9130df803fa87 (patch) | |
tree | 612fab642fb486f5d77fa6f57b7ccea8b50a6b30 /appendixa | |
parent | 07268b8a9c681f887df14e3dd4b3dab767fa8c35 (diff) |
updated gzip contents
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3003 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/gzip-desc.xml | 4 | ||||
-rw-r--r-- | appendixa/gzip-shortdesc.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/appendixa/gzip-desc.xml b/appendixa/gzip-desc.xml index daeb948da..b522e2385 100644 --- a/appendixa/gzip-desc.xml +++ b/appendixa/gzip-desc.xml @@ -17,6 +17,10 @@ standard output.</para> <para><command>zdiff</command> runs diff on gzipped files.</para> +<para><command>zegrep</command> runs egrep on gzipped files.</para> + +<para><command>zfgrep</command> runs fgrep on gzipped files.</para> + <para><command>zforce</command> 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.</para> diff --git a/appendixa/gzip-shortdesc.xml b/appendixa/gzip-shortdesc.xml index 5e6f111ba..75f7b35ef 100644 --- a/appendixa/gzip-shortdesc.xml +++ b/appendixa/gzip-shortdesc.xml @@ -6,7 +6,7 @@ using the Lempel-Ziv coding (LZ77).</para> <para><emphasis>Installed programs</emphasis>: gunzip (link to gzip), gzexe, -gzip, uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff, zforce, -zgrep, zmore and znew</para> +gzip, uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff, +zegrep, zfgrep, zforce, zgrep, zless, zmore and znew</para> </sect2> |