From owner-freebsd-questions@FreeBSD.ORG Mon Mar 12 21:51:19 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F8D31065670 for ; Mon, 12 Mar 2012 21:51:19 +0000 (UTC) (envelope-from glenn@mail.bnetmd.net) Received: from smtp-out2.electric.net (files2.electricmail.com [72.35.23.45]) by mx1.freebsd.org (Postfix) with ESMTP id 1E91E8FC08 for ; Mon, 12 Mar 2012 21:51:18 +0000 (UTC) Received: from [10.86.5.47] (helo=fuse247.electric.net) by bean.electric.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1S7AYH-0000RL-V0 for freebsd-questions@freebsd.org; Mon, 12 Mar 2012 12:05:01 -0700 Received: from mailanyone.net by fuse247.electric.net with esmtpa (MailAnyone extSMTP glenn@bnetmd.net) id 1S7AYE-0001XV-8X for freebsd-questions@freebsd.org; Mon, 12 Mar 2012 12:05:01 -0700 Message-ID: From: "Glenn McCalley" To: Date: Mon, 12 Mar 2012 15:04:25 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Mailman-Approved-At: Tue, 13 Mar 2012 01:03:07 +0000 Subject: tar won't extract a dir X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2012 21:51:19 -0000 Hello all, never had tar refuse to extract a directory from an archive before. tar archive is: htdocs.1201.tar.gz tar tzf htdocs.1201.tar.gz | grep standrewsglenwood ...shows a list of files contained within the archived dir: htdocs/standrewsglenwood/ yet the command: tar xzf htdocs.1201.tar.gz htdocs/standrewsglenwood ...extracts nothing. I've tried an individual file in that dir with no success. I've tried other files and dirs with no success. ?? Glenn.