awk 'BEGIN{total=0} {total += $1} END{print total}'
awk 'BEGIN{total=0}
{total += $1}
END{print total}'
0 意見:
張貼意見