My shell (bash) doesn't know about "bc", then : N=`echo "$N+1"|bc` doesn't work. I use : N=`expr $N+1` instead.
Log in to post a comment.