From 978d0bffc413b67ead9db2d2816b916cf3d502ca Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 24 Sep 2003 22:29:16 +0000 Subject: Changing the style of the command descriptions in appendix A. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/gzip-desc.xml | 49 +++++++++++++++++++------------------------------ 1 file changed, 19 insertions(+), 30 deletions(-) (limited to 'appendixa/gzip-desc.xml') diff --git a/appendixa/gzip-desc.xml b/appendixa/gzip-desc.xml index 4641e769e..e5f48fb6e 100644 --- a/appendixa/gzip-desc.xml +++ b/appendixa/gzip-desc.xml @@ -6,46 +6,35 @@ Program file descriptions -gunzip, uncompress -gunzip and uncompress decompress files which are compressed with -gzip. +gunzip decompresses gzipped files. -gzexe -gzexe allows you to compress executables in place and have them -automatically uncompress and execute when they are run (at a penalty in -performance). +gzexe is used to create self-uncompressing +executable files. -gzip -gzip reduces the size of the named files using -Lempel-Ziv coding (LZ77). +gzip compresses the given files, using +Lempel-Ziv (LZ77) coding. -zcat -zcat uncompresses, and writes to standard output, either a list of files -on the command line or a file being read from standard input. +zcat uncompresses the given gzipped files to +standard output. -zcmp -zcmp invokes the cmp program on compressed files. +zcmp runs cmp on gzipped files. -zdiff -zdiff invokes the diff program on compressed files. +zdiff runs diff on gzipped files. -zforce -zforce forces a .gz extension on all gzip files so that gzip will not -compress them twice. This can be useful for files with names truncated -after a file transfer. +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. -zgrep -zgrep invokes the grep program on compressed files. +zgrep runs grep on gzipped files. -zmore -zmore is a filter which allows examination of compressed or plain text -files, one screen at a time on a soft-copy terminal (similar to the -more program). +zless runs less on gzipped files. -znew -znew re-compresses files from .Z (compress) format to -.gz (gzip) format. +zmore runs more on gzipped files. + +znew recompresses files from compress format +to gzip format -- .Z to .gz. + -- cgit v1.2.3-54-g00ecf