From owner-freebsd-current@FreeBSD.ORG Mon Sep 6 14:49:31 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE25916A4CE for ; Mon, 6 Sep 2004 14:49:31 +0000 (GMT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422E743D45 for ; Mon, 6 Sep 2004 14:49:31 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.42 (FreeBSD)) id 1C4KoC-000AQF-SU for current@freebsd.org; Mon, 06 Sep 2004 18:49:29 +0400 From: Vladimir Grebenschikov To: "current@freebsd.org" Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: SWsoft Date: Mon, 06 Sep 2004 18:49:28 +0400 Message-Id: <1094482168.60927.9.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 1.5.94.1FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov X-Mailman-Approved-At: Tue, 07 Sep 2004 11:41:37 +0000 Subject: bsdtar vs gnutar X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 14:49:31 -0000 Hi GNU tar has ability to show detailed info on extract in case when more then one 'v' letter specified like: $ gtar -xvvzf arch.tar.gz -rwxrwxr-x ivan/ivan 268 Sep 6 16:40 2004 install $ tar -xvvzf arch.tar.gz x install BSD tar does not, I think this is compatibility bug and should be fixed. Another problem, gnu tar output -v output while extracting on stdout, but BSD tar output this on stderr ("tar -xvzf arch.tar.gz | head -n1" no longer work) This seems to me compatibility issue too. -- Vladimir B. Grebenschikov SWsoft Inc. vova@sw-soft.com