InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is false?(a) here document provides standard input to any script non interactively(b) read command is used for making scripts interactive(c) $* stores the number of arguments specified(d) && and || are logical operatorsThis question was addressed to me in my homework.I would like to ask this question from Shell Programming using Various Commands in section Essential Shell Programming of Unix |
|
Answer» Correct choice is (c) $* STORES the number of arguments specified |
|