Text Search
Core Idea
Most Linux troubleshooting starts by finding the line that matters.
Practice Alone
Search files with grep, then search command output by piping into grep.
Done When
You can search a directory tree and understand every printed match.
Go Deeper
- Regular expressions explains pattern syntax for
grep. - Pipes explains how to search command output.

Linux Foundations