Question: write a bash script name lab10_ex2 that prompts the user with >> and reads a string of text from the user. If the user enters
write a bash script name lab10_ex2 that prompts the user with >> and reads a string of text from the user. If the user enters a non-nun string, the script displays "You entered: followed by the string"; otherwise it displays "Where is your input?." Use an if...then...else control structure to implement the two way branch in the script.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
