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

find 多文件查找需要单引号

时间:2018-02-04 13:49:27      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:com   name   body   local   -name   文件查找   pos   rgs   单引号   

[root@db01 local]# find  -name ‘*.com‘|xargs egrep "qq"
./tt.com:qq
[root@db01 local]# find  -name ‘*.com‘
./tt1.com
./tt.com
[root@db01 local]# find  -name ‘*.com‘|xargs egrep qq
./tt.com:qq
[root@db01 local]# cat tt.com
qq
[root@db01 local]# egrep "qq" `find ./ -name ‘*.com‘`
./tt.com:qq

find 多文件查找需要单引号

标签:com   name   body   local   -name   文件查找   pos   rgs   单引号   

原文地址:https://www.cnblogs.com/gaoyuechen/p/8412962.html

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