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 the meaning of $1 in shell script?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
Why do we use shell scripting?
What is shell terminal?
Explain about stdin, stdout and stderr?
How do scripts work?
What are the 3 standard streams in linux?
Print the 10th line without using tail and head command.
What is the use of break command?
What is the default ubuntu terminal?
What does the sh command do?
Tell something about the super block in shell scripting?
How can I send a mail with a compressed file as an attachment?
State the advantages of shell scripting?
What is shell variable?