Dne Wed, 18 Sep 2002 19:19:25 -0400 (EDT)
Tom Oehser <[EMAIL PROTECTED]> napsal/a:

Hi,
> It should work.  Try maybe giving the -c explicitly to gzip.
tried -c but without success
> I don't think there are any problems with the shell that would
> affect it.  Maybe do a cmp between the pipe and the result of
I'm not too much experienced in linux - cmp - a new command I've found,
read the man page, but I don't understand what you exactly mean.

I tried:
( while mount -o ro -t vfat /dev/fd0 /fl; do cat /fl/x*;
echo -n 'Insert next' >&2; umount /fl; read; done ) | cat - >big_file
which should produce the original file. But after inserting second floppy
and pressing a key I got a message:
Segmentation fault

The newly created big_file is same as the part on the first floppy (tested
with md5sum).

Thanks for any help
BzF

Reply via email to