Untar A Tar.gz without file name output

Discussion in 'Site & Server Administration' started by Bohra, May 15, 2009.

  1. #1
    Well i am trying to extract a very large tar.gz file about 28gb i want to extract it with ssh

    Is this the correct code

    tar -zxv filename.tar.gz
     
    Bohra, May 15, 2009 IP
  2. starfall87

    starfall87 Peon

    Messages:
    57
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    tar xvzf file.tar.gz
    Code (markup):
    is usually what I use.
     
    starfall87, May 15, 2009 IP
  3. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #3
    Yes i know thats the normal code neways i found out the right code i needed

    tar xzf file.tar.gz
     
    Bohra, May 16, 2009 IP
  4. st1905

    st1905 Well-Known Member

    Messages:
    573
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    135
    #4

    Only difference is you disable verbose output by removing "v" from tar command. Glad you solved it.
     
    st1905, May 17, 2009 IP