Subject: Re: problem extracting misc10.* from ftp.netbsd.org
To: None <moore@cs.utk.edu>
From: Chris G Demetriou <Chris_G_Demetriou@LAGAVULIN.PDL.CS.CMU.EDU>
List: netbsd-bugs
Date: 03/14/1995 15:22:04
that's because you've gotta do:

cat misc* | gzip -dc | ...
where gzip -dc can be replaced with gunzip, etc...

they aren't each a gzipped file, they're a split version of a gzipped
tar...


cgd