Multiple Choice
Consider the following script. The output will be newlines replaced by spaces for brevity) : #! /bin/bash
counter=1
while [ \$counter -le 5]
do
echo $counter
counter=$counter )
done
A) 5 .. 1
B) 5 4 3 2 1
C) 1 2 3 4 5
D) 5 3 1
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Consider the following script. The output
Q9: A specific set of commands is to
Q10: A user needs the following permissions to
Q11: Shell scripts are used for<br>A) Serving as
Q12: The command that will create a new
Q14: An infinite loop a loop that runs
Q15: Consider the following script. The output will
Q16: Consider the following script. The output
Q17: The first line of an executable script
Q18: A specific set of commands is to