What is a command line shell?
No Answer is Posted For this Question
Be the First to Post Answer
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 to check the failed jobs?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
What is the use of a shebang line?
What is "test"? How it is used in shell scripting?
What is bash used for?
Why do we use shell scripting?
What does path stand for?
Why do we write bin bash in shell scripts?
What is another name for a bash shell script that you might see?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
How to find all the files modified in less than 3 days and save the record in a text file?