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
Explain about the slow execution speed of shells?
What is the command to find out users on the system?
Explain about echo command?
How to print all array elements and their respective indexes?
What is the meaning of $1 in shell script?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
How do I run a bin bash script?
What is the use of a shebang line?
What is gui scripting?
Print the 10th line without using tail and head command.
What is the significance of the shebang line in shell scripting?
How do scripts work?
What is shell environment?
How do we create command aliases in a shell?
What is the command to find out today's date?