取并集:
cat aa.txt bb.txt | sort | uniq -d
取第一列
awk "{ print $1}" **.txt > ***.txt
本文标题:取并集
本文链接:https://www.haomeiwen.com/subject/jxidkftx.html
网友评论