What is the default ubuntu terminal?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

How can you get the value of pi till a 100 decimal places?

0 Answers  


Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"

6 Answers  


What does debug script mean?

0 Answers  


What is a file basename?

0 Answers  


What is use of "cut" command?

3 Answers  






1.Write a script, which converts a number from binary to hexadecimal format or vice versa.

1 Answers   ADP,


What is path in shell script?

0 Answers  


What is a shell made of?

0 Answers  


What is bourne shell scripting?

0 Answers  


What are the different communication commands available in the shell?

0 Answers  


What is the meaning of $1 in shell script?

0 Answers  


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.

0 Answers   Cap Gemini, Wipro,


Categories