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 an inode block?
How to write a function?
How to use arguments in a script?
What is shell variable?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What are script files?
Please anyone suggest atleast 2 good training institutes in Hyderabad, INDIA where i can learn unix shell scripting.
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
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.
How do scripts work?
What is the need of including script interpreter in your shell script?
What is the syntax of "expr" command?