How to print the first array element?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of a shebang line?
What is bash eval?
What are the default permissions of a file when it is created?
Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"
How to know that your remote server is ruing smoothly or not in unix?
I want to upload a file to remote server through ftp daily.Can anyone suggest how to make a shell script for that.I hv credentials for that ftp
What is console line?
How do I edit a .sh file?
How would you replace the n character in a file with some xyz?
Which is best institute for testing tool?
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.
What is the use of break command?