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 are shells born?
how is the oppurtunities for unix in the software
Why are shell scripts used?
How do I open a jshell in cmd?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
How to change our default shell?
Please give me example of " at command , contrab command " how to use
What are the four fundamental components of every file system on linux?
When we login into our account which files are executed?
How do I run a shell script on a mac?
Write a command sequence to find the count of each word?
what do u mean by $#,$* in unix programming?