find 多文件查找需要单引号

Posted 滴滴滴--你不是爱拖延,而是爱逃避

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了find 多文件查找需要单引号相关的知识,希望对你有一定的参考价值。

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

以上是关于find 多文件查找需要单引号的主要内容,如果未能解决你的问题,请参考以下文章

linux查找文件

linux 常用命令学习记录

C ++查找和替换功能的单引号问题

find命令

使用引号查找命令导致“没有这样的文件”

SQL Server:如何在表数据中用单引号查找和替换多引号