Unable to Un-tar Documentation

Bob McGowan rmcgowan@veritas.com
Thu Mar 1 17:43:00 GMT 2001


Gregory Pietsch wrote:
> 
> Here's a possible reason:  The file is a tar.gz file in disguise.  Rename it to cygwin-docs.tar.gz and see if it decompresses and untars.
> 

If true, your tar command will need the 'z' option:

	tar xzf tar_file

or alternately you can:

	zcat tar_file | tar xf -

> > Hi,
> > I downloaded cygwin-docs_tar.tar from www.cygwin.com and have been unable to untar it. When I try, tar gives me a message "tar: Hmm, this doesn't look like a tar archive"
> >
> > Do you have any help for me?
> >
> > Thank you,
> > Ken Axelson
> >
> > --
> > Want to unsubscribe from this list?
> > Check out: http://cygwin.com/ml/#unsubscribe-simple
> 
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple

-- 
Bob McGowan
Staff Software Quality Engineer
VERITAS Software
rmcgowan@veritas.com

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list