ExamGecko
Question list
Search
Search

Question 98 - 101-500 discussion

Report
Export

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

A.
set TEST="FOO"
Answers
A.
set TEST="FOO"
B.
TEST = "FOO"
Answers
B.
TEST = "FOO"
C.
var TEST="FOO"
Answers
C.
var TEST="FOO"
D.
TEST="FOO"
Answers
D.
TEST="FOO"
Suggested answer: D
asked 18/09/2024
thanh nguyen
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first