From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 18:11:32 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A31037B401 for ; Tue, 10 Jun 2003 18:11:32 -0700 (PDT) Received: from pop017.verizon.net (pop017pub.verizon.net [206.46.170.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82FAE43FA3 for ; Tue, 10 Jun 2003 18:11:31 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by pop017.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030611011130.MCLP27254.pop017.verizon.net@mac.com>; Tue, 10 Jun 2003 20:11:30 -0500 Message-ID: <3EE681BE.7060400@mac.com> Date: Tue, 10 Jun 2003 21:11:26 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David.Bear@asu.edu References: <20030610171748.D16347@asu.edu> In-Reply-To: <20030610171748.D16347@asu.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop017.verizon.net from [141.149.47.46] at Tue, 10 Jun 2003 20:11:30 -0500 cc: freebsd-questions@freebsd.org Subject: Re: tar or gnutar X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 01:11:32 -0000 David Bear wrote: > wondering if the tar packaged with base freebsd is the same as > gnutar.. and possibly issues with versions. FreeBSD uses gnutar, yes: 13-sec# uname -sr FreeBSD 4.8-STABLE 5-sec# /usr/bin/tar --version tar (GNU tar) 1.13.25 Copyright (C) 2001 Free Software Foundation, Inc. > the reason is I have a tarball created on a linux box with the gnutar > that was packaged with it, yet tar tvf ... tells me it doesn't look > like a tar archive, and quits... yuck. any advice? Was the tarball compressed, gziped, or whatever? Try "tar ztf _file_"...