Shell集合运算

文件排重(工做中经常使用到Vid) cat A | sort -n | uniq 并集 cat A | sort -n | uniq 交集 sort A B | uniq -d 差集 sort A B B | uniq -u
相关文章
相关标签/搜索