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

Re: Fresh hamm install



On Wednesday, February 4, 1998 at 08:38:06, Paul Slootman wrote:
: 
: Curiously, from a shell prompt this gives a "Broken pipe" message:
: 
: $ zcat < /dev/fd0 | tar tf -

insert "cat" between zcat and tar: (yet another workaround :)

zcat < /dev/fd0 | cat | tar tf -

: but this doesn't:
: 
: $ sh -c 'zcat < /dev/fd0 | tar tf -'
: 
: This seems like a simple enough workaround...

Regards,

Roberto Lumbreras
rover@lander.es | rover@etsit.upm.es | rover@debian.org & pgp 143BE391
Lander Internet, Madrid-Spain-UE; http://www.lander.es


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-alpha-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: