CLH-011
< Script House
ADVANCED GREP & REGEX
operator@shadow:~
[SYSTEM] Pattern matching module loaded
[MISSION] Hunt for specific patterns in log files using regex
> Mission: Master grep flags and regular expressions
Type help for available commands.
operator@shadow:~$
CURRENT OBJECTIVE
1
2
3
4
5
HUNT: Case-Insensitive Search
Find all lines containing "error" (case-insensitive) in system.log using grep -i.
$ grep -i "error" logs/system.log