What does $# stand for?
Answers were Sorted based on User's Feedback
Answer / seshadri sethi
# will return the number of parameters that are passed as
the command-line arguments.
| Is This Answer Correct ? | 11 Yes | 1 No |
It will give how many characters we passed... :)
| Is This Answer Correct ? | 2 Yes | 1 No |
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?
What are the advantages of shell script?
Explain about return code?
Is shell a scripting language?
what does "kill -9" and "kill -1" do
What is the way to do multilevel if-else's in shell scripting?
Why is the use of shell script?
What does $@ mean in shell?
What does .sh file contain?
How to create environment variables?What are the conditions for creating variables?
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.