摘要:
1. 取出两个文件的并集(重复的行只保留一份)2. 取出两个文件的交集(只留下同时存在于两个文件中的文件)3. 删除交集,留下其他的行1. cat file1 file2 | sort | uniq2. cat file1 file2 | sort | uniq -d3. cat file1 fil... 阅读全文
posted @ 2014-07-30 21:14
zlingh
阅读(1058)
评论(1)
推荐(0)
浙公网安备 33010602011771号