Write a script to print the first 10 elements of fibonacci series.
No Answer is Posted For this Question
Be the First to Post Answer
State the advantages of shell scripting?
How to modify the PATH variable and make it executable?
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 do I save a powershell script?
What is a scripting language simple definition?
How to write a function?
What is the basic difference you find between a shell script and perl?
What is scripting used for?
What are the 3 standard streams in linux?
Explain about shebang?
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.
When you login to a c shell, which script would be run first?