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 do I run a shell script in powershell?
How do we create command aliases in a shell?
Explain about sourcing commands?
State the advantages of shell scripting?
How do I run a .sh file on mac?
Explain about non-login shell files?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
What is subshell?
What is the fastest scripting language?
how to get part of string variable with echo command only?
What does $1 mean in bash?
What is in a script?
What are the zombie processes?
What is the difference between grep and egrep?
What is an inode block?