【发布时间】:2013-01-16 22:25:27
【问题描述】:
第一行返回几十个结果。第二行不返回任何内容。
sudo find /var/www/ . -type 'f' -name index.php | grep "php"
sudo find /var/www/ . -type 'f' -name index.php | grep "require"
有一些名为index.php 的文件包含两个文本字符串。为什么第二行似乎不起作用?
【问题讨论】: