what do u mean by $#,$* in unix programming?
Answer Posted / satyabrata
$# it contains the no of positional parameters
$* it contains all positional parameters as a single string
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How are shells born?
What are the default permissions of a file when it is created?
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 shell terminal?
What happens on a system call?
Why is the use of shell script?
How to check if a directory exists?
determine the output of the following command: echo ${new:-variable}
How to print all array elements and their respective indexes?
What is shell variable?
Calculate a real number calculation directly from the terminal and not any shell script.
Explain about debugging?
What shell is bin sh?
How do I open a jshell in cmd?
What is computer cli?