What are types of shells?
No Answer is Posted For this Question
Be the First to Post Answer
How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
How does shell scripting work?
Why do we use shell scripting?
What is console line?
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
What happens on a system call?
What does path stand for?
What is difference between shell and bash scripting?
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.
How to create environment variables?What are the conditions for creating variables?
How can we find the process name from its process id?