From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200303031425.h23EPJM22744@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] \n\n\n to \n\n In-Reply-To: Your message of "Mon, 03 Mar 2003 10:09:09 GMT." <3E5FE8D6.1080206@null.net> From: Dan Cross Date: Mon, 3 Mar 2003 09:25:19 -0500 Topicbox-Message-UUID: 76b8e008-eacb-11e9-9e20-41e7f4b1d025 > 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. Hmm, sounds a lot like /fd/*. rc(1) lets you shuttle file descriptors around rather easily. - Dan C.