What is path variable bash?
Explain about echo command?
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.
I want to connect to a remote server and execute some commands, how can I achieve this?
What are the advantages of using shell scripts?
What is shell terminal?
How can we find the process name from its process id?
Write down the syntax for all the loops in shell scripting.
What are the three main forms of enabling debugging in a shell script?
What is the syntax of "expr" command?
What are the advantages of bash over all other shells?
What is the use of a shebang line?
What are the two files of crontab command?