Is scripting and coding the same thing?
No Answer is Posted For this Question
Be the First to Post Answer
what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?
How do I stop script errors?
What is the syntax of "expr" command?
Which is best institute for testing tool?
How to print some text on to the screen?
How to write a function?
How do I run a script from command prompt?
How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.
What is bourne shell scripting?
What is Linux language details
Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.
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.