You are viewing a single comment's thread. Return to all comments →
readarray -t V len=echo ${V[0]} sum=0 unset V[0] for a in ((a)) done result=echo "scale=3;len" | bc -l echo $result
echo ${V[0]}
echo "scale=3;
len" | bc -l
Seems like cookies are disabled on this browser, please enable them to open this website
Compute the Average
You are viewing a single comment's thread. Return to all comments →
readarray -t V len=
echo ${V[0]}
sum=0 unset V[0] for a in ((a)) done result=echo "scale=3;
len" | bc -l
echo $result