State the advantages of shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
Write a shell script to check whether a number is Armstrong number or not?
Is scripting and coding the same thing?
c program to check whether all the directories in the path exists has read and write permission
Write a shell script to get current date, time, user name and current working directory.
How to get the 3rd element/column from each line from a file?
write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null
Why is a script important?
What is in a script?
What is awk in shell scripting?
write a shell script to identify the given string is palindrome or not?
17 Answers CTS, HP, IBM, InfoEst, Wipro,
how to read systems current date and time
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.