码迷,mamicode.com
首页 > 其他好文 > 详细

Rhel7 grep在文件中查找指定的字符串,将其输出到指定文件

时间:2015-10-12 02:07:03      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:字符串   style   color   share   

Rhel7 grep在文件中查找指定的字符串,将其输出到指定文件

[root@desktop0 findfiles]# cat /usr/share/dict/words |grep seismic

anaseismic

antiseismic

aseismic

……

[root@desktop0 findfiles]# cat /usr/share/dict/words |grep seismic >>/root/wordlist

[root@desktop0 findfiles]# cat /root/wordlist

anaseismic

antiseismic

aseismic

……

[root@desktop0 findfiles]#

Rhel7 grep在文件中查找指定的字符串,将其输出到指定文件

标签:字符串   style   color   share   

原文地址:http://4708948.blog.51cto.com/4698948/1701913

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