Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jan 1997 17:49:26 -0500
From:      Troy Settle <pitlord@usit.net>
To:        Dan Cross <tenser@spitfire.ecsel.psu.edu>
Cc:        michael dorin <mike@chaski.com>, questions@freebsd.org
Subject:   Re: tar or gzip or both?
Message-ID:  <32D02FF6.30E8@usit.net>
References:  <19970105215906.17880.qmail@spitfire.ecsel.psu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Dan Cross wrote:
> 
> >         tar cf - home > gzip -c > home.tar.gz
> 
> Errm,
> 
>         tar cf - home | gzip > home.tar.gz
> 
> Otherwise, you'll just have this really big file called gzip in the cwd.  :-)


Oops..  got the wrong kinda redirection in there... I never do it like
that
anyways, is way too much typing =)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32D02FF6.30E8>