Results 1 to 3 of 3

Thread: listing file in *.tar.gz/*.tgz

  1. #1
    Senior Member
    Join Date
    Apr 2002
    Posts
    417

    listing file in *.tar.gz/*.tgz

    Hi,


    I know that tar -t *.tar will list the files of a tar file
    but it doesn't work for tar.gz or .tgz files

    is there a way of list in the files in these w/ out decompressing them first?

    thanx,

  2. #2

    Re:listing file in *.tar.gz/*.tgz

    hello,
    try gunzip -c filename.tgz | tar -t

  3. #3

    Re:listing file in *.tar.gz/*.tgz

    tar -tzf foo.tar.gz
    tar -tjf foo.tar.bz2

Similar Threads

  1. How to use the Sysprep tool
    By CoolJsa14 in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 09:34 PM
  2. File Formats Supported by Windows Media Player
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-03-2005, 11:17 PM
  3. Reinstall Dial-Up Networking and TCP/IP
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 02:07 AM
  4. Calling all mail server admins
    By demian in forum Linux - Hardware, Networking & Security
    Replies: 4
    Last Post: 04-21-2004, 08:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •