blob: 88e3838b7c7b6a9de8cf7c586b59054d5ff8b70c [file] [log] [blame]
/Asia/ { pop["Asia"] += $3 }
/Africa/ { pop["Africa"] += $3 }
END { print "Asian population in millions is", pop["Asia"]
print "African population in millions is", pop["Africa"] }