Match regardless of uppercase or lowercase.
Section: Basic grep
Case-insensitive search
bash
bash
grep -i timeout app.logExplanation
Useful when log or text casing is inconsistent.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Basic grep