echo "$9 $8 $7 $6 $5 $4 $3 $2 $1"
#! /bin/bash a=`cat file | perl -nle "print for m/^[0-9]*/g"` b=`echo $a | tr ' ' '+'` ((c=$b)) echo $c