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.
$string['site:config']フォルダー内でこの特定の文字列を検索したかったのです。しかし、通常の grep 関数を使用すると、grep -r "$string['site:config']"ランダムな結果が得られます。
$string['site:config']
grep -r "$string['site:config']"