How to search by content on Ubuntu
Fresh3 days ago
Mar 15, 202632582 viewsConfidence Score0%
0%
Problem
I'd like to search the entire server by content. (text file) When I try grep -rl "text here", it freezes. How would you do it? And how long does it usually take?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to search by content on Ubuntu
Low Risk
You need to specify a file when using the command. With the command you're using, you're searching in the standard input... Try .
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix