what do u mean by $#,$* in unix programming?
Answer Posted / narendrasairam
$# - Number of argument passed
$* - Array of arguments given (or) passed arguments as an array
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the two files of crontab command?
What is the use of a shebang line?
What is the command to find out today's date?
How do I read a .sh file?
What is shell scripting?
What is shell prompt?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
Is shell scripting a language?
What is the difference between grep and egrep?
What is the difference between scripting and coding?
What is meant by dos operating system?
What is bash shell command?
What is a command line shell?
How to calculate the number of passed arguments?
How will you find the 99th line of a file using only tail and head command?