Question: Part 2 : Chapter 1 4 , User Input ( 3 ) Type in and run the following scripts from the text, chapter 1 4
Part : Chapter User Input
Type in and run the following scripts from the text, chapter :
Test:
#binbash
# testing the read p option
days$$age
# echo "That makes you over $days days old!"
Output of test:
$ testsh
Please enter your age:
That makes you over days old!
Test:
#binbash
# Testing the RBPLY Environment variable
#
read p "Enter your name:
echo
echo Hello $RBPLY welcome to my program.
Output of test:
$ testsh
Enter your name: Christine
Hello Christine, welcome to my program.
Test:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
