4. |
Which of the following statements are true of positional parameters?
Please select all the correct answers.
|
|
A. |
They can be checked for validity before proceeding with a script.
|
|
B.
|
They are referenced by a number preceded by a dollar sign.
|
|
C.
|
They can be used in place of environment variables.
|
|
D.
|
They can be used within any command in a shell script.
|