From owner-freebsd-questions Thu Dec 6 10:59:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl2-77.citlink.net [207.173.226.77]) by hub.freebsd.org (Postfix) with ESMTP id EC15037B41E for ; Thu, 6 Dec 2001 10:59:29 -0800 (PST) Received: from tagalong (unknown [165.107.42.150]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 572C7EE64C for ; Thu, 6 Dec 2001 11:01:06 -0800 (PST) Message-ID: <000901c17e88$218fd190$962a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: Subject: How to Untar Group of Files? Date: Thu, 6 Dec 2001 10:59:28 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a directory with several *.tar.gz files that I want to untar to another directory. I tested my command "tar xfvz file.tar.gz -C /new/dir" and it worked OK. Next I tried "tar xfvz * -C /new/dir" but received errors like this: tar: file1.tar.gz not found in archive tar: file2.tar.gz not found in archive tar: file3.tar.gz not found in archive tar: file4.tar.gz not found in archive How should I structure my command to untar all the files at once? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message