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: Exhibit: Which output will appear if the
command, ./script.sh test1 test2, is entered?

A.
test1 script.sh

B.
test1 test2

C.
test2 test1

D.
script.sh test2

E.
script.sh test1