How to write a function?
No Answer is Posted For this Question
Be the First to Post Answer
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
How to use arguments in a script?
What lives in a shell?
How to print the first array element?
Why is the use of shell script?
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.
Is cmd a shell?
Why do we write bin bash in shell scripts?
What is web script?
What is awk in shell scripting?