Greetings:
I've got a part in a script that's getting <STDIN> from the user, doing some processing, then looping. I've got it cut down to a menu, so the user only has to enter a number, and enter. (1-9 - all single digits). However, they have to do it a lot, so in hopes of this not getting to mundane, I'm wondering if there's a way I can have them enter their number, and go through the loop w/o hitting the enter key?
Tx