On 10/15/07, Steve Bertrand <[EMAIL PROTECTED]> wrote:
snip
> # tar -cvzf archive.tgz /path/to/program
>
> Will give you your tgz file in one fell swoop.
snip

Unfortunately that only works with GNU tar.  If you are using a
different tar you need to say

tar cvf - /path/to/dir | gzip > archive.tgz

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to