What are the three main forms of enabling debugging in a
shell script?
Answer Posted / learner
set -x
set -v
set -n
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the conditional statement in shell scripting?
What makes c shell a more preferable option than the bourne shell?
What are the advantages of shell scripting?
Can you write a script to portray how set –x works?
What are the disadvantages of shell scripting?
What is sh in shell script?
How to set an array in linux?
What is a shell? · Types of shell · what is shell scripting?
What is the command to find out users on the system?
State the advantages of shell scripting?
Which scripting language is best for automation?
What is mac default shell?
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 shell is bin sh?
Why is used in shell scripting?