shell编写比较两份csv文件的不同之处,csv文件是从数据库中导出的,要求使用shell脚本比较出他们的不同之处并列出来
shell中调用grep来比较
grep -Fxvf file1 file2