码迷,mamicode.com
首页 > 系统相关 > 详细

Linux Shell文件差集

时间:2014-09-28 19:54:45      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:strong   文件   sp   on   c   linux   r   bs   file   

file1-file2 => file3
file1=/data/aaa
file2=/data/bbb
file3=/data/ccc
sort -m <(sort $file1 | uniq) <(sort $file2 | uniq) <(sort $file2 | uniq) | uniq -u  > $file3

Linux Shell文件差集

标签:strong   文件   sp   on   c   linux   r   bs   file   

原文地址:http://www.cnblogs.com/emanlee/p/3998671.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!