Re: joining and extracting archive

"Gernot.Fink" <[email protected]>
Newsgroups gmane.linux.tomsrtbt
Message-ID <02092011042000.00366@garnote>
On Fri, 20 Sep 2002, you wrote:
>Dne Wed, 18 Sep 2002 19:19:25 -0400 (EDT)
>Tom Oehser <[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

This simplyfied sample works good

( while do cat te;
echo -n 'Insert next' >&2 ;read dummy; done )|tomshexd

--
MFG Gernot
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.