length=`expr length $str`while [ $length -ne 0 ]do b=$b`expr substr $str $length 1` length=`expr $length - 1`doneecho "Reverse no is " $bin above program what this command will do b=$b`expr substr $str $length 1` plz help me