LPI
101-400 · Question #37
Which of the following command sets the Bash variable named TEST with the content FOO?
The correct answer is D. TEST="FOO". See the full explanation below for the reasoning.
Question
Which of the following command sets the Bash variable named TEST with the content FOO?
Options
- Aset TEST="FOO"
- BTEST = "FOO"
- Cvar TEST="FOO"
- DTEST="FOO"
How the community answered
(63 responses)- A5% (3)
- B3% (2)
- C13% (8)
- D79% (50)
Community Discussion
No community discussion yet for this question.