multivol piped to tar

Stuart D. Gathman stuart at bms-at.UUCP
Sun Nov 30 12:25:13 AEST 1986


In article <367 at xios.UUCP>, tony at xios.UUCP (Keeper Of News) writes:

> 	atob | uncompress | tar xf -

	*** doesn't work ***

> 	atob > file
> 	uncompress < file | tar xf -
> 
> it works fine.  Related problem?? 

This is a bug in 'tar'.  On our version (Xenix 2.1.3) I can fix
it with:

	atob | uncompress | tar xfb - 1

I have never seen the source to tar, so I don't what the underlying
problem is.  Evidently default block sizes get messed up on extracts.
-- 
Stuart D. Gathman	<..!seismo!dgis!bms-at!stuart>



More information about the Comp.unix.wizards mailing list