Changeset 47860dc for chapter06/gzip.xml


Ignore:
Timestamp:
10/10/2004 02:49:11 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b869d1
Parents:
11e9988
Message:

Misc edits

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.0/BOOK@4272 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gzip.xml

    r11e9988 r47860dc  
    7676<term><command>gunzip</command></term>
    7777<listitem>
    78 <para>decompresses gzipped files</para>
     78<para>Decompresses gzipped files</para>
    7979<indexterm zone="ch-system-gzip gunzip"><primary sortas="b-gunzip">gunzip</primary></indexterm>
    8080</listitem>
     
    8484<term><command>gzexe</command></term>
    8585<listitem>
    86 <para>creates self-uncompressing executable files</para>
     86<para>Creates self-uncompressing executable files</para>
    8787<indexterm zone="ch-system-gzip gzexe"><primary sortas="b-gzexe">gzexe</primary></indexterm>
    8888</listitem>
     
    9292<term><command>gzip</command></term>
    9393<listitem>
    94 <para>compresses the given files using Lempel-Ziv (LZ77) coding</para>
     94<para>Compresses the given files using Lempel-Ziv (LZ77) coding</para>
    9595<indexterm zone="ch-system-gzip gzip"><primary sortas="b-gzip">gzip</primary></indexterm>
    9696</listitem>
     
    101101<listitem>
    102102<para>Decompresses compressed files</para>
    103 <indexterm zone="ch-system-gzip znew"><primary sortas="b-znew">znew</primary></indexterm>
     103<indexterm zone="ch-system-gzip uncompress"><primary sortas="b-uncompress">uncompress</primary></indexterm>
    104104</listitem>
    105105</varlistentry>
     
    108108<term><command>zcat</command></term>
    109109<listitem>
    110 <para>uncompresses the given gzipped files to standard output</para>
     110<para>Uncompresses the given gzipped files to standard output</para>
    111111<indexterm zone="ch-system-gzip zcat"><primary sortas="b-zcat">zcat</primary></indexterm>
    112112</listitem>
     
    116116<term><command>zcmp</command></term>
    117117<listitem>
    118 <para>runs <command>cmp</command> on gzipped files</para>
     118<para>Runs <command>cmp</command> on gzipped files</para>
    119119<indexterm zone="ch-system-gzip zcmp"><primary sortas="b-zcmp">zcmp</primary></indexterm>
    120120</listitem>
     
    124124<term><command>zdiff</command></term>
    125125<listitem>
    126 <para>runs <command>diff</command> on gzipped files</para>
     126<para>Runs <command>diff</command> on gzipped files</para>
    127127<indexterm zone="ch-system-gzip zdiff"><primary sortas="b-zdiff">zdiff</primary></indexterm>
    128128</listitem>
     
    132132<term><command>zegrep</command></term>
    133133<listitem>
    134 <para>runs <command>egrep</command> on gzipped files</para>
     134<para>Runs <command>egrep</command> on gzipped files</para>
    135135<indexterm zone="ch-system-gzip zegrep"><primary sortas="b-zegrep">zegrep</primary></indexterm>
    136136</listitem>
     
    140140<term><command>zfgrep</command></term>
    141141<listitem>
    142 <para>runs <command>fgrep</command> on gzipped files</para>
     142<para>Runs <command>fgrep</command> on gzipped files</para>
    143143<indexterm zone="ch-system-gzip zfgrep"><primary sortas="b-zfgrep">zfgrep</primary></indexterm>
    144144</listitem>
     
    148148<term><command>zforce</command></term>
    149149<listitem>
    150 <para>forces a <filename class="extension">.gz</filename> extension on all given files
     150<para>Forces a <filename class="extension">.gz</filename> extension on all given files
    151151that are gzipped files, so that <command>gzip</command> will not compress them again; this can be
    152152useful when file names were truncated during a file transfer</para>
     
    158158<term><command>zgrep</command></term>
    159159<listitem>
    160 <para>runs <command>grep</command> on gzipped files</para>
     160<para>Runs <command>grep</command> on gzipped files</para>
    161161<indexterm zone="ch-system-gzip zgrep"><primary sortas="b-zgrep">zgrep</primary></indexterm>
    162162</listitem>
     
    166166<term><command>zless</command></term>
    167167<listitem>
    168 <para>runs <command>less</command> on gzipped files</para>
     168<para>Runs <command>less</command> on gzipped files</para>
    169169<indexterm zone="ch-system-gzip zless"><primary sortas="b-zless">zless</primary></indexterm>
    170170</listitem>
     
    174174<term><command>zmore</command></term>
    175175<listitem>
    176 <para>runs <command>more</command> on gzipped files</para>
     176<para>Runs <command>more</command> on gzipped files</para>
    177177<indexterm zone="ch-system-gzip zmore"><primary sortas="b-zmore">zmore</primary></indexterm>
    178178</listitem>
     
    182182<term><command>znew</command></term>
    183183<listitem>
    184 <para>re-compresses files from <command>compress</command> format to
     184<para>Re-compresses files from <command>compress</command> format to
    185185<command>gzip</command> format&mdash;<filename class="extension">.Z</filename>
    186186to <filename class="extension">.gz</filename></para>
Note: See TracChangeset for help on using the changeset viewer.