Answers

Question and Answer:

  Home  Linux Bash Arithmetic Expressions

⟩ What is the output of this program? #!/bin/bash for i in 2 3 7 do echo "ggl" done exit 0 a) 'ggl' will print 3 times b) nothing will print c) program will generate an error message d) none of the mentioned

a) 'ggl' will print 3 times

 199 views

More Questions for you: