awk列求和計算

awk 列計算

awk 'BEGIN{total=0}{total+=$1}END{print total}'
 
如下爲gawk的相關介紹,比較詳細,而且比較容易看明白
相關文章
相關標籤/搜索