determine the output of the following command: echo ${new:-variable}
No Answer is Posted For this Question
Be the First to Post Answer
What exactly is a shell?
What can scripts do?
When should shell programming/scripting not be used?
How do you debug a script?
What is the use of "shift" command in passing parameters?
How to customise the existing 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.
Please anyone suggest atleast 2 good training institutes in Hyderabad, INDIA where i can learn unix shell scripting.
What language is bash written in?
How do I run a .sh file on mac?
What is the use of break command?
what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly