2010年11月12日星期五

How to add numbers using AWK

awk 'BEGIN{total=0}

{total += $1}

END{print total}'

 

0 意見:

張貼意見