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
Write a shell script to get current date, time, user name and current working directory.
How can I set the default rwx permission to all users on every file which is created in the current shell?
What language is bash written in?
Is powershell a language?
What are filters explain sort with all the options available?
What is awk script?
How do I debug a shell script?
c program to display the information of given file similar to givan by the unix or linux command ls -l
How do I run a bin bash script?
How does shell scripting work?
How to find all the files modified in less than 3 days and save the record in a text file?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
How to open a read-only file in the shell?
What is the syntax of "nested if statement" in shell scripting?
Is bash a shell script?