首页 > 其他 > 详细

grep

时间:2015-06-18 20:00:38      阅读:166      评论:0      收藏:0      [点我收藏+]

[root@QD1_Master shell_scripts]# grep ‘123‘ *

x:123fdafdsa

[root@QD1_Master shell_scripts]# grep -r ‘123‘ *

a/z:123

x:123fdafdsa

[root@QD1_Master shell_scripts]# ls

a  x  y

[root@QD1_Master shell_scripts]# grep -nr ‘123‘ *

a/z:2:123

x:1:123fdafdsa

 


grep

原文:http://zlong37.blog.51cto.com/1073540/1663296

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!