风之空灵
技术笔记---记载学到技术的点点滴滴
2/14/2014
delete content of file1 from file2
grep -v -f file1 file2 > outfile
here outfile will have data other than file1 content
For exact match, use -Fx
grep -vFx -f
file1 file2 > outfile
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论