Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the syntax of "expr" command?

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


Please Help Members By Posting Answers For Below Questions

What is k shell?

900


State the advantages of shell scripting?

1009


How to calculate the number of passed arguments?

1000


What is $1 in shell scripting?

986


What are the disadvantages of shell scripting?

1121


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.

2596


What is a scripting language simple definition?

1022


How many fields are present in a crontab file and what does each field specify?

1057


Determine the output of the following command: [ -z “” ] && echo 0 || echo 1

949


What is the difference between grep and egrep?

1068


What are the advantages of using shell scripts?

1013


What is difference between shell and bash scripting?

937


Write a command sequence to find all the files modified in less than 2 days and print the record count of each.

1441


Explain how you Automate your application using Shell scripting.

2246


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.

1230