How do you schedule a command to run at 4:00 every
morning?
Answer Posted / premitha
Using cron jobs
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
is this growing field and what is average package in this?
What is .sh file in mac?
How will you pass and access arguments to a script in linux?
What is an sh file?
How can the contents of a file inside jar be read without extracting in a shell script?
What is the default ubuntu terminal?
What makes c shell a more preferable option than the bourne shell?
What is k shell?
How do I open the shell in cmd?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What is meant by dos operating system?
How to check if the previous command was run successfully?
How to debug the problems encountered in the shell script/program?
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.
What does it mean to debug a script?