What are the different kinds of loops available in shell
script?
Answers were Sorted based on User's Feedback
Answer / swaroopa
Broadly categorised in 3
for
while
until
if and case are not loops but rather control structures
| Is This Answer Correct ? | 9 Yes | 1 No |
How to print all array elements and their respective indexes?
How do I open the shell prompt?
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)
Write a shell script to check whether a number is Armstrong number or not?
How to enable the shell to know what program should be run to interpret the script?
what are command line arguments? what is the need of those?
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.
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 language is bash written in?
What are the disadvantages of shell scripting?
What is computer cli?
In which variable prompt value is stored?