Which of the following command sets the Bash variable named TEST with the content FOO?
Which of the following command sets the Bash variable named TEST with the content FOO?
A . set TEST="FOO"
B . TEST = "FOO"
C . var TEST="FOO"
D . TEST="FOO"
Answer: D
Latest 101-500 Dumps Valid Version with 242 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
“A” answer is also correct.