topical media & game development

talk show tell print

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="FIRSTNAME LASTNAME"
  MESSAGE="Well, FULLNAME of STATE, welcome to our huge"
  MESSAGE="MESSAGE impersonal company."
  
  echo "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.