日期:2014-05-16 浏览次数:20626 次
awk -F, 'NR==FNR{a[$1]=$0}NR>FNR{if($1 in a)print a[$i];else print}' b.csv a.csv > c.csv