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 |
What are the three main forms of enabling debugging in a shell script?
What is the difference between break and continue commands?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What is inside a seashell?
What does path stand for?
How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?"
What is k shell?
what is the difference between writing code in shell and editor?
How to print the first array element?
How do I set bash as default shell mac?
how to search for vowels a,e,i,o,u appearing in the same sequence in a file
Why should we use shell scripts?