From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" Date: Wed, 27 Feb 2013 15:41:58 +0000 To: 9fans@9fans.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] rc script question Topicbox-Message-UUID: 205d0aa6-ead8-11e9-9d60-3106f5b1d025 Hi, rc is not working how I expect it to. This works fine echo a b c | rc -c 'a=`{read}; echo @ $a(2-) @' @ b c @ This i did not expect echo a b c | rc -c 'echo @ $(2-) @' @ @ Perhaps I need some expectation managment? -Steve