The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
tar'ing and zipping files
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
tar'ing and zipping files
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
05-02-2006
DR_DAVE
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.
DR_DAVE
View Public Profile
Find all posts by DR_DAVE
Find DR_DAVE's past nominations received
Find DR_DAVE's present nominations given