How will you connect to a database server from linux?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
Explain about debugging?
What is option in shell script?
Is shell and terminal the same?
What is shell chemistry?
What's the difference between scripting and coding?
What is bourne shell scripting?
What is the use of script interpreter in shell scripting?
what is the difference between writing code in shell and editor?
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 does $1 mean in bash?
How to print pid of the current shell?