nerdexam
LPI

101-500 · Question #37

Which of the following command sets the Bash variable named TEST with the content FOO?

The correct answer is D. TEST="FOO". You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

Shells and Shell Scripting

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

(53 responses)
  • A
    4% (2)
  • B
    2% (1)
  • D
    94% (50)

Explanation

You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

Topics

#bash variables#variable assignment#shell syntax#bash fundamentals

Community Discussion

No community discussion yet for this question.

Full 101-500 Practice