Hello, I noticed that if you run a program using the `and` keyword in a command list and if that program reads from stdin (/dev/tty), then whatever text you type on your keyboard is not echoed to the screen. However, this problem does not occur if you break the command list into separate commands, as shown below.
Thanks for your consideration. s...@yantram ~> fish -v fish, version 1.23.1 s...@yantram ~> true ; and bash -c 'read; echo $REPLY' hello s...@yantram ~> true s...@yantram ~> and bash -c 'read; echo $REPLY' world world ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
