Write a UNIX shell script that performs the following: Defines a variable x that is used for iteration. • Use a while lo
Posted: Wed Apr 27, 2022 3:35 pm
Write a UNIX shell script that performs the following: Defines a variable x that is used for iteration. • Use a while loop from 1 to 60 to print the value of x and the loop will be terminated when the x value is equal to 54.