1
第一行返回幾十個發現。第二行不返回任何內容。找到與grep不返回結果
sudo find /var/www/ . -type 'f' -name index.php | grep "php"
sudo find /var/www/ . -type 'f' -name index.php | grep "require"
有一些文件叫index.php
,它們包含兩個文本字符串。爲什麼第二行似乎不起作用?