write a non recursive shell script that accepts any number
of arguments and prints them in the reverse order
Answer Posted / amar
./reverse frg gh rtyh
no of arguments:3
arguments in reverse order:
rtyh gh frg
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What is the significance of the shebang line in shell scripting?
Tell something about the super block in shell scripting?
What is a shell made of?
What is an sh file?
Which is better perl or shell scripting?
How to get script name inside a script?
How do I read a .sh file?
Is shell a scripting language?
Is shell scripting a language?
What does $@ mean bash?
What is a program shell?
How do I start a shell script?
What is the conditional statement in shell scripting?
How can I set the default rwx permission to all users on every file which is created in the current shell?
How does ls command work?