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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 05-02-2006
DR_DAVE DR_DAVE is offline
Registered User
  
 

Join Date: May 2006
Location: Sun Diego, CA
Posts: 3
Yes, you can:

tar cf - * | zip_program > tarballname.tar.gz

This is generic, so fill in where appropriate. Some compression programs need a flag to go to standard out so double check.