Answer Posted / swaroopa
while [ $num -gt 0 ]
do
i=`expr $i \* 10 + $num % 10`
num=`expr $num / 10`
done
| Is This Answer Correct ? | 35 Yes | 10 No |
Post New Answer View All Answers
What happens when you type ls?
What are the advantages of shell script?
What is gui scripting?
How do I run a script on mac?
is this growing field and what is average package in this?
Explain about "s" permission bit in a file?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
How do I stop script errors?
How are shells born?
Given a file find the count of lines containing the word "abc".
What is the first line in every perl script called?
What is web script?
What is option in shell script?
What is a boot block?
What are the different variables present in linux shell?