What are the different kinds of loops available in shell
script?
Answer Posted / seshadri sethi
for, if, while, case
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Why is the use of shell script?
How does ls command work?
What is shell scripting used for?
What are the advantages of shell script?
What is the command to find out users on the system?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What are the different communication commands available in the shell?
How to debug the problems encountered in the shell script/program?
What are zombie processes?
What does chmod do?
Tell something about the super block in shell scripting?
Is it possible to substitute "ls" command in the place of "echo" command?
How to write a function?
How do I stop script errors?
What are "c" and "b" permission fields of a file?