Awk Issues - Not printing the 10th Variable.

All,
I am attempting to print the tenth ($COPY2) varaibales into one file.

But i am finding that all variables are being outputted except for $10.

Can someone help!!!!

Code Below
----------

echo $SERVER $IMAGE $IMAGEDAY $IMAGEMONTH $IMAGEYEAR $COPY1 $EXPIREDAY $EXPIREMONTH $EXPIREYEAR $COPY2 | awk '{printf " %-25s %-40s %-10s %-10s %-10s %-10s %-10s %-10s %-10s %-10s \n" , $1,$2,$3,$4,$5,$6,$7,$8,$9,$10'} >> /tmp/Images_2002_result.txt

Thanks.

Hi Junes,

What is the output of the 'echo' command without pipe?

Regards,
Birei