Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在所有 php 文件和运行命令的所有子目录中搜索单词/短语。我正在使用具有 root 访问权限的 ssh。
find . -type f -name \*php|xargs grep -i yourword