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

Last Updated on March 21, 2022 by Admin 2

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

  • set TEST=”FOO”
  • TEST = “FOO”
  • var TEST=”FOO”
  • TEST=”FOO”
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments