💻 Software
How do you search for specific text in specific file types?
Fresh5 days ago
Mar 15, 202636065 viewsConfidence Score0%
0%
Problem
Possible Duplicate: How can I grep in source files for some text? What's the command to search for specific text in specific file types, recursively, under the current directory?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do you search for specific text in specific file types?
Low Risk
This command runs find on the local directory (.) for any files with names matching the pattern *.extension, then runs grep for "string" on the results of the find. Note that find is inherently recursive. As long as you can differentiate the files t…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix