On Wed, 2 Jul 2014, Wai Yan Pong wrote:
> What would be the fish equivalent of the bash command
>
> eval `prog < file`
>
> I was trying
>
> eval `slmenu < prog.txt`
See the FAQ: http://fishshell.com/docs/current/faq.html#faq-subcommand
You can use
eval (prog < file)
David Adam
zanc...@ucc.
What would be the fish equivalent of the bash command
eval `prog < file`
I was trying
eval `slmenu < prog.txt`
which works for me in bash but not in fish.
--
Open source business process management suite built on Java a