I want to enable my
program to read from STDIN via input redirection, e.g.: myprogram <
getstuff
When I try it on my
machine the program does not see the input. Is there something I should be
configuring my machine with to enable it to see redirected input? Many
thanks.
Bernard
Golden