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.
いくつかの文字列を検索したいのは、ファイル内のすべてのサブフォルダーです
文字列を見つける必要があります:
DEBUG ('[S:B:H] project=', $project->name, '<<<<<<<<<<<<<');
以前は grep -lir 'some text' を使用していました *
しかし、私はそれがそのように機能していないと思います。
これは動作します::
grep -lier 'DEBUG ('\''\[S:B:H] project='\'', $project->name, '\''<<<<<<<<<<<<<'\'');' <testfile>