Question: 1) (20 points) Write a Bash shell script named stars.sh that Take 1 number as an argument and prints a triangle of asterisks that is

 1) (20 points) Write a Bash shell script named "stars.sh" that

1) (20 points) Write a Bash shell script named "stars.sh" that Take 1 number as an argument and prints a triangle of asterisks that is left-aligned. For example, if the argument is 4 prints the following: a. b. If there is not exactly 1 argument, or the argument is not an integer, or the integer is less than 1, print an error message and exit Hint: Use for loops c

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!