Answer Posted / prakash
function Dissplay () {
echo "This is how we define function"
}
Display # Invoking Function
## Function should be defined before we invoke it
| Is This Answer Correct ? | 67 Yes | 26 No |
Post New Answer View All Answers
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
What are the zombie processes?
What is the syntax of while loop in shell scripting?
I have 2 files and I want to print the records which are common to both.
What are the disadvantages of shell scripting?
How to find all the files modified in less than 3 days and save the record in a text file?
What is basename in shell script?
What is the lifespan of a variable inside a shell script?
What is the first line in every perl script called?
What is shell company all about?
How to calculate the number of passed arguments?
What is awk script?
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 the use of "$?" Sign in shell script?
What's the difference between scripting and coding?