Question: write a bash script that does the following: print a number sign # (one character, no newline) read a number from the user if the

write a bash script that does the following: print a number sign # (one character, no newline) read a number from the user if the number is >1= and <=3, print OK (2 chars plus newline) and exit otherwise: print ERR (3 characters, plus a newline) print a number sign # (one character, no newline) read a number from the user if the number is >=1 and <=3, print OK (2 chars plus newline) and exit otherwise print FAIL (4 chars plus newline) and exit

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!