您的位置 首页 厂商

Linux比较文件指令comm

comm如此好用的命令居然一直不知道很落后comm 可以比较出两个已排序文件的内容NAMEcomm – compare two sorted files line by lineSYNOP

comm如此好用的指令竟然一向不知道很落后

comm 能够比较出两个已排序文件的内容

NAME

comm – compare two sorted files line by line

SYNOPSIS

comm [OPTION]… FILE FILE

DESCRIPTION

Compare sorted files FILE and FILE line by line

With no options produce threecolumn output Column one contains lines unique to FILE column two contains lines unique to FILE and column three

contains lines common to both files

suppress lines unique to FILE

suppress lines unique to FILE

suppress lines that appear in both files

–help display this help and exit

–version

output version information and exit

ex:

存在txt不存在txt的内容

comm (sort txt) (sort txt)

存在txt不存在txt的内容

comm (sort txt) (sort txt)

存在txt也存在txt的内容

comm (sort txt) (sort txt)

什么也不显现:)

comm (sort txt) (sort txt)

声明:本文内容来自网络转载或用户投稿,文章版权归原作者和原出处所有。文中观点,不代表本站立场。若有侵权请联系本站删除(kf@86ic.com)https://www.86ic.net/changshang/301086.html

为您推荐

联系我们

联系我们

在线咨询: QQ交谈

邮箱: kf@86ic.com

关注微信
微信扫一扫关注我们

微信扫一扫关注我们

返回顶部