what do u mean by $#,$* in unix programming?
Answer Posted / vipul dalwala
$# - number of command line arguments or positional
parameters
$* - All of the positional parameters, seen as a single word
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What are the four fundamental components of every file system on linux?
What is the first line of a shell script called?
What is a shell script? Can you name some of its advantages?
Give some situations where typing error can destroy a program?
What happens when you type ls?
What is web script?
shell script for reverse the string
How can the contents of a file inside jar be read without extracting in a shell script?
What is the use of a shebang line?
What is an inode block?
What are the different communication commands available in the shell?
What does $0 mean in shell script?
What are the advantages of shell scripting?
How to open a read-only file in the shell?
What are the zombie processes?