InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is used for storing the number of positional parameters?(a) $n(b) $#(c) $*(d) $2This question was addressed to me during an online exam.The origin of the question is Shell Programming using read Command and Command Line Arguments topic in division Essential Shell Programming of Unix |
|
Answer» Correct choice is (B) $# |
|