InterviewSolution
Saved Bookmarks
| 1. |
What is the importance of $#? |
|
Answer» $# usually holds the number of arguments, although it may be DIFFERENT for FUNCTIONS. To put it SIMPLY, it was USED to STORE the number of command-line arguments passed to a shell script. |
|