LPI Exam Questions

Which output will appear if the command, ./script.sh test1 test2, is entered?

The script, script.sh, consists of the following lines: Which output will appear if the
command, ./script.sh test1 test2, is entered?

A.
test1 script.sh

B.
script.sh test1

C.
script.sh test2

D.
test1 test2

E.
test2 test1