Which output will appear if the command, ./script.sh test1 test2, is entered? seenagape 10 years ago The script, script.sh, consists of the following lines:#!/bin/bashecho $2 $1Which output will appear if the command, ./script.sh test1 test2, is entered? A.test1 test2 B.test2 test1 C.script.sh test2 D.script.sh test1 E.test1 script.sh ← Previous question Next question →