Re: joining and extracting archive
Tom Oehser <[email protected]>
| Newsgroups | gmane.linux.tomsrtbt |
|---|---|
| Message-ID | <[email protected]> |
I suppose it is an ash bug, assuming it is supposed to work without a variable. -Tom On Fri, 20 Sep 2002, BzF wrote: > Date: Fri, 20 Sep 2002 18:23:06 +0200 > From: BzF <[email protected]> > Cc: [email protected] > Subject: Re: [tomsrtbt] joining and extracting archive > > Dne Fri, 20 Sep 2002 11:01:35 +0200 > "Gernot.Fink" <[email protected]> napsal/a: > > > >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: > > > > Use "read dummy" as read > Thanks a lot, > with "read dummy" it works fine. > > Regards > BzF >