what do u mean by $#,$* in unix programming?
Answer Posted / vipul dalwala
$# - number of command line arguments or positional
parameters
$* - All of the positional parameters, seen as a single word
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
How to find duplicate record in file using shell script?
How will you copy a file from one machine to other?
Explain about login shell?
What are the advantages of shell scripting?
What does debug script mean?
Why do we use shell scripting?
How are shells born?
determine the output of the following command: echo ${new:-variable}
Give some situations where typing error can destroy a program?
What is the use of echo in shell script?
What is the difference between grep and egrep?
What is shell company all about?
Why should we use shell scripts?
What does $1 mean in bash?
How do we delete all blank lines in a file?