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 find all the files modified in less than 3 days and save the record in a text file?
why did you apply to shell
What are the three main forms of enabling debugging in a shell script?
How will I insert a line "abcdef" at every 100th line of a file?
How to print some text on to the screen?
What does echo mean in scripting?
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt
How to change our default shell?
What are the different shells available?
Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"
Please anyone suggest atleast 2 good training institutes in Hyderabad, INDIA where i can learn unix shell scripting.
What is the best shell scripting language?