The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 05-24-2006
amro1 amro1 is offline
Registered User
 

Join Date: Mar 2006
Posts: 106
Here..

There are many compressing commands in UNIX/Linux: zip/unzip,gzip/gunzip,compress/uncompress,pax and so on...
Even tar command now knows to compress, for example
like tar -cvzf myarchive.tar.Z /somedirectory so there is no need to perform
compression as it does it automatically with "z" option added.

Hope it helps.

Get "UNIX in 24 hours" book or "UNIX Essentials and UNIX Core" DVD as they explain stuff like that.
Reply With Quote