diff options
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r-- | chapter06/gzip.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index ecb86a835..3f15e0112 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -59,12 +59,12 @@ that the new location gets placed into the script:</para> class="directory">/bin</filename> directory and create some commonly used symlinks to it:</para> -<screen><userinput>mv /usr/bin/gzip /bin -rm /usr/bin/{gunzip,zcat} -ln -s gzip /bin/gunzip -ln -s gzip /bin/zcat -ln -s gzip /bin/compress -ln -s gunzip /bin/uncompress</userinput></screen> +<screen><userinput>mv -v /usr/bin/gzip /bin +rm -v /usr/bin/{gunzip,zcat} +ln -sv gzip /bin/gunzip +ln -sv gzip /bin/zcat +ln -sv gzip /bin/compress +ln -sv gunzip /bin/uncompress</userinput></screen> </sect2> |