awk 'BEGIN{total=0} {total += $1} END{print total}'
awk 'BEGIN{total=0}
{total += $1}
END{print total}'
沒有留言:
張貼留言