InterviewSolution
Saved Bookmarks
| 1. |
Name the command that can be used to find out the number of arguments passed to the script? |
|
Answer» The following COMMAND will display the number of ARGUMENTS PASSED to the script: ECHO $ # |
|