topical media & game development 
  
 
 
 
 
  
    
    
  
 basic-shell-02-script17.sh / sh
  echo -n "Please enter your first name: "
  read FIRSTNAME
  echo -n "Please enter your last name: "
  read LASTNAME
  echo -n "Please enter the name of the state where you live: "
  read STATE
  
  FULLNAME="LASTNAME"
  MESSAGE="Well, STATE, welcome to our huge"
  MESSAGE="MESSAGE"
  echo "You will now be known as Worker Unit 10236."
  
  
  
(C) Æliens 
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. 
In case of other copyright issues, contact the author.