what do u mean by $#,$* in unix programming?
Answer Posted / siva prasad
$#- total no of positional parameters excluding the program
name
$*- all the arguments excluding the program name
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a shell environment?
What language is bash?
What will happen to my current process when I execute a command using exec?
What are the four fundamental components of every file system on linux?
What is subshell?
Explain about echo command?
What is a shell made of?
What is shell and shell script?
How to check if a directory exists?
How does path variable work?
How do you debug a script?
What is shift command in shell script?
What is computer cli?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What is the first line in every perl script called?