Which scripting language is best for automation?
No Answer is Posted For this Question
Be the First to Post Answer
What is echo in shell?
Is shell script a programming language?
How will you list only the empty lines in a file (using grep)?
How will you emulate wc –l using awk?
What are the different types of commonly used shells on a typical linux system?
how is the oppurtunities for unix in the software
What are environment variables?
What are the disadvantages of shell scripting?
How to include comments in your shell scripts?
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.
Hi, i want to zip the files that generates automatically every few minutes (files generated are in .arc extension)....any body write a script for this... thanks in advance
What can scripts do?