On Sat, Feb 19, 2011 at 9:45 AM, weakish <weak...@gmail.com> wrote:
> But give fish the following code:
>
>    echo $(echo HOME)
>
> fish said:
>
>    echo $(echo HOME)
>         ^

I think you're looking for the eval function:

    eval 'echo $'(echo HOME)

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to