Write down the syntax of "for " loop
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of "test" command?
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"
What is the difference between bash and shell?
State the advantages of shell scripting?
what is this line in the shell script do ?#!/bin/ksh
What are the Different types of shells?
wats the she bang statment with syntax?
How do I run a script from command prompt?
Why are there shells on the beach?
How to take input values from the user?
Is shell scripting a programming language?
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.