ca5
2/21/2014 - 3:10 AM

awk oneliner examples

awk oneliner examples

awk -F '\t' '{if($1=20140221){total += $3}END{print total}}' hoge.tsv