FG
💻 Software

How do I search for a string in a PHP file using `grep`?

Fresh7 days ago
Mar 15, 202671312 views
Confidence Score0%
0%

Problem

I am searching for a class declaration on a site with hundreds of PHP files. How can I do this in the current folder and subfolders using grep? I tested ing to the folder and then something like

Error Output

grep -r 'class MyClass' *.php

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I search for a string in a PHP file using `grep`?

Low Risk

You can try

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment