This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Unable to Un-tar Documentation


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]