The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 11-20-2007
SebaM6 SebaM6 is offline
Registered User
  
 

Join Date: Nov 2007
Posts: 34
I think most easiest way is syntax as:

echo "What is insert_job?"
read job
echo "Job type?:"
read type

etc.

Regards
Seba