what do u mean by $#,$* in unix programming?
Answer Posted / siva prasad
$#- total no of positional parameters excluding the program
name
$*- all the arguments excluding the program name
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does the sh command do?
What is a file basename?
What language is bash?
What will happen to my current process when I execute a command using exec?
What can scripts do?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
What is wc in shell script?
What is console line?
How do I run a .sh file?
Explain about debugging?
How will you connect to a database server from linux?
What is k shell?
What is shell and terminal?
How do I open the shell in cmd?
What is the first line in a shell script?