diff options
Diffstat (limited to 'appendixa/gzip-desc.xml')
-rw-r--r-- | appendixa/gzip-desc.xml | 4 |
1 files changed, 4 insertions, 0 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> |