################################################# # IS380 Shell Scripting Lab3 # Date: 7/16/2021 # # Total 25% of your lab grade # ################################################# This week's lab is...

1 answer below »
i have to have this by 8pm. 45 min


################################################# # IS380 Shell Scripting Lab3 # Date: 7/16/2021 # # Total 25% of your lab grade # ################################################# This week's lab is very similar to the #6 question in the midterm (and week 3 assignment). - Lab3a: Please write a script lab3.sh. It will take a user argument (positive integer) to print out the following numbers pattern as shown below: % ./lab3.sh Please enter a positive integer: 3 ============================================================== Printing 3 line(s) 1 22 333 % ./lab3.sh (15/25) Please enter a positive integer: 13 ============================================================== Printing 13 line(s) 1 22 333 4444 55555 666666 7777777 88888888 999999999 0000000000 11111111111 222222222222 3333333333333 % ./lab3.sh Please enter a positive integer: 25 ============================================================== Printing 25 line(s) 1 22 333 4444 55555 666666 7777777 88888888 999999999 0000000000 11111111111 222222222222 3333333333333 44444444444444 555555555555555 6666666666666666 77777777777777777 888888888888888888 9999999999999999999 00000000000000000000 111111111111111111111 2222222222222222222222 33333333333333333333333 444444444444444444444444 5555555555555555555555555 - Lab3b: (10/25) From above lab3.sh, add input validation to make sure the input is an integer betwee 1 and 60. For any other input, print out Only integer between 1 and 60 is allowed.
Answered Same DayJul 17, 2021

Answer To: ################################################# # IS380 Shell Scripting Lab3 # Date: 7/16/2021 # #...

Nithin answered on Jul 17 2021
136 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here