bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in gnu tar


From: Mike Andrews
Subject: bug in gnu tar
Date: Wed, 30 May 2001 01:18:46 -0400

the following hangs at last file in archive:

cat testarchive.tar.Z | tar tf - -z

so i guess using gzip feature does not work simultaneously with stdin. the
workaround is:

cat testarchive.tar.Z | gzip -d | tar tf -

Mike Andrews
Bell Labs 3L-401
Lucent Technologies
Murray Hill, NJ 07974
(908) 582-2274 office
(908) 582-3260 fax

-------------------------------------------
Please sign and encrypt your emails to me! My PGP information is
available upon request or at ldap://certserver.pgp.com.

pgp freeware at http://www.pgp.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]