From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <77e83b59d8d092be739ae1afd3aff6ee@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] just one thing i can't figure out doing From: "Russ Cox" In-Reply-To: <20030211164229.D95549@fbsd.cpsc.ucalgary.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 11 Feb 2003 19:13:22 -0500 Topicbox-Message-UUID: 5847221a-eacb-11e9-9e20-41e7f4b1d025 the rc man page will not shed any light here. looking at /rc/bin/window might, though. you'll see that the command is executed by just running $cmd where cmd is the arguments given to window. you want something that works if typed at a shell prompt but doesn't do anything that would cause parsing by rc before getting into window. in other words window -m rc -c 'cat >>/tmp/out'