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 find duplicate record in file using shell script?
0 Answers IBM, Saama Tech, Wipro,
what is the difference between sh & bash shell?
How do I start a shell script?
What is the syntax of "nested if statement" in shell scripting?
In which variable prompt value is stored?
What is egrep?
Explain about sourcing commands?
Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"
Is shell scripting a programming language?
What is meant by $1 in shell script?
What does it mean to debug a script?
What are the different types of variables used in shell script?