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
How can you get the value of pi till a 100 decimal places?
How to find duplicate record in file using shell script?
What is an sh file?
What does chmod do?
Why is a script important?
What is shell environment?
How to check if the previous command was run successfully?
What is awk in shell scripting?
Explain about stdin, stdout and stderr?
What is a shell? · Types of shell · what is shell scripting?
What is shell application?
How do I save a powershell script?
What are the four fundamental components of every file system on linux?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What language is bash written in?