From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Douglas A. Gwyn" Message-ID: <3E5FE8D6.1080206@null.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit References: Subject: Re: [9fans] \n\n\n to \n\n Date: Mon, 3 Mar 2003 10:09:09 +0000 Topicbox-Message-UUID: 76a27296-eacb-11e9-9e20-41e7f4b1d025 Joel Salomon wrote: > .. can sam be run in streaming mode? No, sam -d gets its commands from stdin, but you ought to be able to open from one stream and write to another, e.g. on Research Unix one could shuffle file descriptors in the Bourne shell (exec sometimes helped) and sam could read /dev/fd/4 and write /dev/fd/5 for example). A different form of plumbing.