Hello all,
I am echoing a number of parameters into a control file for use later in my script. The program requires a carriage return after parameter entry, in order for it to continue with the next question.
Does anyone know how I can supply a carriage return in my control file. In other words I need to reproduce a keyboard entry of Carriage Return to my program via my control file parameters.
echo "1" >> $cntr
echo "yes" >> $cntr
echo "no" >> $cntr
program < $cntr
Thanks in advance...