Hi,

If i have a function that computes an URL, say:

function url
  echo "some url"
end

Then I want to use it in a command substitution. Something like:

open (url)/index.html

but (url) is expanded to empty string. How should I do this?

Regards
Rickard von Essen
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to