QuestionQ39
Essential CommandsWhich command below assigns the content FOO to the Bash variable named TEST?
- A set TEST="FOO"
- B TEST = "FOO"
- C var TEST="FOO"
- D TEST="FOO"
Which command below assigns the content FOO to the Bash variable named TEST?
Community Discussion