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.gu.uwa.edu.au

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to