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
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
What is awk in shell scripting?
What does the sh command do?
How will you emulate wc –l using awk?
Is bash an operating system?
How do I edit a .sh file?
What are the various stages of a linux process it passes through?
Print the 10th line without using tail and head command.
What is @echo off?
How do I run a shell script in powershell?
How will you connect to a database server from linux?
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 is shell prompt?