Date: Mon, 06 Sep 2004 18:49:28 +0400 From: Vladimir Grebenschikov <vova@sw.ru> To: "current@freebsd.org" <current@freebsd.org> Subject: bsdtar vs gnutar Message-ID: <1094482168.60927.9.camel@localhost>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1094482168.60927.9.camel>