what do u mean by $#,$* in unix programming?
Answer Posted / narendrasairam
$# - Number of argument passed
$* - Array of arguments given (or) passed arguments as an array
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How does ls command work?
What is the use of break command?
what is info area how many types?
What is a batch file used for?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What is inside a seashell?
How to redirect both standard output and standard error to the same location?
How important is shell scripting?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
How do I run a script on mac?
How to pass an argument to a script?
How can we find the process name from its process id?
What is sh in shell script?
What is shift command in shell script?
How do I run a .sh file?