Steve Simon
2013-02-27 15:41:58 UTC
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
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