Linux Terminal Glossary
›
Text Processing
grep -i 'pattern' file.txt
Category:
Text Processing
grep -i 'pattern' file.txt
Copy command
Case-insensitive pattern search
Searches for a pattern without caring about uppercase/lowercase. 'Hello' would match 'hello', 'HELLO', etc.
Looking for more?
Search all 7,657 commands
— works offline, in English or Spanish, and fixes typos.