grazinggoat
Programmer
Hello,
I have a script written in korn shell that I am having trouble
to read my variables into an http line that. I've tried placing "\"
in from of the variables but when the script runs it doesn't add
whats being read in. Can anyone suggest the proper way to get
these 2 variables to populate correctly? -Thanks!
echo -n 'Enter JOB name: '
read JOB
echo -n 'Enter CHANNELE B name: '
read GROUPA
echo " >> out_file.txt
I have a script written in korn shell that I am having trouble
to read my variables into an http line that. I've tried placing "\"
in from of the variables but when the script runs it doesn't add
whats being read in. Can anyone suggest the proper way to get
these 2 variables to populate correctly? -Thanks!
echo -n 'Enter JOB name: '
read JOB
echo -n 'Enter CHANNELE B name: '
read GROUPA
echo " >> out_file.txt