When should shell programming/scripting not be used?
No Answer is Posted For this Question
Be the First to Post Answer
What does debug script mean?
What is egrep?
What is a boot block?
What is the purpose of scripting?
How to redirect both standard output and standard error to the same location?
Is shell scripting easy to learn?
Why are shell scripts used?
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.
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
Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).
2 Answers Ignou, Tripura Info,
Write a shell program to test whether a given number is even or odd?
Write the syntax for "if" conditionals in linux?