Hi, i have written a shell script to run various perl scripts. My problem is that although all the scripts run perfectly, the final script requires a response from the user , e.g they have to type a number to see the results. The shell script doesn't like this and prints 'error unrecognised command' when a number is typed. How can i get around this.
(code is too long to include) :-)