Why is used in shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
How do I run a powershell script?
What is bash eval?
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
What is gui scripting?
Write the syntax for "if" conditionals in linux?
How to get the last line from a file using just the terminal?
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.
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
How Connect to a Database in Shell Programming?
How can I send a mail with a compressed file as an attachment?
What is a shell script? Can you name some of its advantages?
what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly