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 is the difference between bash and shell?
Dear All, Can anybody tell me how to predefind no. of selected rows from a text file.
What happens on a system call?
How do I open the shell prompt?
how can you execute the shell scripts?
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"
What is subshell?
Is scripting and coding the same thing?
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
What language is used in terminal?
What is echo in shell?
What is MUTEX?