How to read a tarball

wld volodimir.rudenko at gmail.com
Tue May 2 04:02:22 UTC 2006


On 5/2/06, Christofer C. Bell <christofer.c.bell at gmail.com> wrote:
> On 5/1/06, Stephen Liu <satimis at yahoo.com> wrote:
> > Hi folks,
> >
> > FC5_64
> >
> > Please advise how to read a tarball without decompressing it?
>
> $ tar -tf filename.tar
>
> or
>
> $ tar -ztf filename.tar.gz
>
> or
>
> $ tar -jtf filename.tar.bz2
>

Well, with tar in FC5, you don't need -z and -j options

$ tar -tf filename.tar.bz2
$ tar -tf filename.tar.gz

just work.

--
V.Rudenko
--
lambda is the ultimate




More information about the fedora-list mailing list