2010年11月12日 星期五

How to add numbers using AWK

awk 'BEGIN{total=0}

{total += $1}

END{print total}'

 

沒有留言:

張貼留言