cat addgene | awk '{print "grep -w "$0 " geneName.txt"}' | sh | cut -f 2,3 | sort | uniq >addcon
grep 参数 -w 精确匹配 -Fx 完全匹配
本文标题:shell15
本文链接:https://www.haomeiwen.com/subject/ztrwbltx.html
网友评论