On 5/2/06, Christofer C. Bell <christofer.c.bell@xxxxxxxxx> wrote:
On 5/1/06, Stephen Liu <satimis@xxxxxxxxx> 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