Podcast
Questions and Answers
What does $$ represent in the script?
What does $$ represent in the script?
- Number of parameters
- Last return code
- Process id of the script (correct)
- String of all parameters
What does $# represent in the script?
What does $# represent in the script?
- Count of arguments (correct)
- Process id of the script
- String of all parameters
- Last return code
What does $* represent in the script?
What does $* represent in the script?
- All the arguments (correct)
- Process id of the script
- Number of parameters
- Last return code
What does $3 represent in the script?
What does $3 represent in the script?
What does $1 represent in the script?
What does $1 represent in the script?
What does $# represent in the script?
What does $# represent in the script?
What does $$ represent in the script?
What does $$ represent in the script?
What does $3 represent in the script?
What does $3 represent in the script?
What does $. represent in the script?
What does $. represent in the script?
What does $* represent in the script?
What does $* represent in the script?
What does $$ represent in the script?
What does $$ represent in the script?
What does $# represent in the script?
What does $# represent in the script?
What does $3 represent in the script?
What does $3 represent in the script?
What does $* represent in the script?
What does $* represent in the script?
What does $1 represent in the script?
What does $1 represent in the script?