当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: grep -v -f B.txt A.txt并集:cat A.t
 

 

 ·fcitx安装方法    »显示摘要«
    摘要:fcitx 安装时应该注意的问题   下载的软件包,有两种格式,一种是rpm,一种是tar.gz,我们分别来说怎样安装。 如果下载的是rpm,安装简单一些。可以直接在资源管理器里面点击它,一般会弹出软件包管理器的安装程序,一路确定就行了。如果这样不行,就打开一个终端,用命令来安装: rpm -ivh ebf-fcitx-<版本号>.i386.rpm 如果曾经安装过相......
 ·sccs chapter 6    »显示摘要«
    摘要:list of additional sccs commandslist of additional sccs commandsattention: using non-sccs commands with sccs files can damage the sccs files. the following sccs commands complete the system for handli......


[shell] 从文件A.txt中删除文件B.txt中出现的内容

grep -v -f b.txt a.txt

【程序编程相关:防火墙脚本

【推荐阅读:《利用Tripwire检测系统完整性(1

并集:cat a.txt b.txt | sort | uniq 【扩展信息:[转载]GNU 文本实用程序简介----

交集:cat a.txt b.txt | sort | uniq -d

删除交集:cat a.txt b.txt | sort | uniq -u

并集:comm -2 a.txt b.txt 

交集:comm -1 a.txt b.txt

删除交集:comm -3 a.txt b.txt


 ·sccs chapter 3    »显示摘要«
    摘要:creating, editing, and updating an sccs filecreating, editing, and updating an sccs fileyou can create, edit, and update an sccs file using the admin, get, and delta commands. creating an sccs fileadm......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE