Which of the following is NOT a valid command for variable declaration?

Which of the following is NOT a valid command for variable declaration?Category: Introduction to Linux IIWhich of the following is NOT a valid command for variable declaration?
Linux Questions Staff asked 1 year ago

Which of the following is NOT a valid command for variable declaration?

  • typeset –x ENV_VAR=1
  • export ENV_VAR=1
  • newvar –x ENV_VAR=1
  • declare –x ENV_VAR=1

About the author