abc_begin

导航

awk按列求和

 

awk 'BEGIN{total=0}{total+=$1}END{print total}'

 

posted on 2017-10-01 15:13  LastBattle  阅读(443)  评论(0编辑  收藏  举报