How to read a tarball

Christofer C. Bell christofer.c.bell at gmail.com
Tue May 2 03:54:00 UTC 2006


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

You might want to pipe it through more or less.

--
Chris

"I trust the Democrats to take away my money, which I can afford.  I
trust the Republicans to take away my freedom, which I cannot."




More information about the fedora-list mailing list