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 |
What is the lifespan of a variable inside a shell script?
What is the first line in every perl script called?
What is the syntax of "nested if statement" in shell scripting?
I want to upload a file to remote server through ftp daily.Can anyone suggest how to make a shell script for that.I hv credentials for that ftp
How do I run a powershell script?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
Explain about return code?
What is the meaning of $1 in shell script?
Why should we use shell scripts?
What is a command line shell?
what are command line arguments? what is the need of those?
Write a shell program to test whether a given number is even or odd?