From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] rx - wot no stderr? Date: Wed, 24 Jan 2007 21:03:46 +0000 From: rog@vitanuova.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 087c2558-ead2-11e9-9d60-3106f5b1d025 > I would like to be able to do: > > rx -l steve host program > prog.out >[2] prog.err > > and I cannot. you can do: echo hello | cpu -h host -c 'wc < /mnt/term/fd/10 > /mnt/term/fd/11 >[2] /mnt/term/fd/12' <[10=0] >[11=1] >[12=2] | tr '0-9' x you'll get the 9p ping-pong penalty, but at least it can be done. you could run the operative part up as a script if you felt like it. unfortunately cpu doesn't do proper argument quoting, so you run the risk of getting unexpected results if you try to get clever.