18 Kasım 2014 Salı

Sum numbers in a file

awk '{ sum += $1 } END { print sum }' file

Hiç yorum yok:

Yorum Gönder