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
Please login or Register to submit your answer