what do u mean by $#,$* in unix programming?
Answer Posted / satyabrata
$# it contains the no of positional parameters
$* it contains all positional parameters as a single string
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain about "s" permission bit in a file?
What is scripting used for?
What are the 3 standard streams in linux?
What is a shell script? Can you name some of its advantages?
Why do we use shell scripting?
What does path stand for?
What makes c shell a more preferable option than the bourne shell?
What is the meaning of $1 in shell script?
Why should we use shell scripts?
What is bash used for?
What language is bash?
What is shell geeksforgeeks?
Explain about stdin, stdout and stderr?
Give some situations where typing error can destroy a program?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l