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
