diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-02-11 11:27:42 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-02-11 11:27:42 +0000 |
commit | 791f8426c6a34588dff967598144446aa4500cb6 (patch) | |
tree | ba9bd4becf4367fa0034b5ef18609322200c14a9 /chapter06/gzip.xml | |
parent | 192ac089b9bc08ee012da4ebddbf234e16712076 (diff) |
Splitted a long command line to fit it in PDF output.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r-- | chapter06/gzip.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 1d83207c7..a51fad2b5 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -52,7 +52,8 @@ <para>Move some programs that do not need to be on the root filesystem.</para> -<screen><userinput>mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep,zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin</userinput></screen> +<screen><userinput>mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep} /usr/bin +mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin</userinput></screen> </sect2> |