What are the three main forms of enabling debugging in a
shell script?
Answer Posted / anchal
set -vx
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the equivalent of a file shortcut that we have a window on a linux system?
How to open a read-only file in the shell?
What is shell and shell script?
Give some situations where typing error can destroy a program?
Calculate a real number calculation directly from the terminal and not any shell script.
What does it mean to debug a script?
What is a file basename?
What is difference between bash and shell?
How can the contents of a file inside jar be read without extracting in a shell script?
Why is a script important?
Can you write a script to portray how set –x works?
Which is better perl or shell scripting?
What language is bash?
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 echo in shell script?