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 are the various stages of a linux process it passes through?
Is scripting and coding the same thing?
Explain about debugging?
What language is shell scripting?
Why is it called a shell?
Write the syntax for "if" conditionals in linux?
Is shell scripting a language?
Given a file find the count of lines containing the word "abc".
Can you write a script to portray how set –x works?
How do I edit a .sh file?
How to get script name inside a script?
What is path variable bash?
How to redirect both standard output and standard error to the same location?
What is a program shell?
What does egrep mean?