Editor search (Cmd+F) only gets you so far across a real codebase. This course builds fluency with grep and find, two command-line tools for searching and exploring code far faster than a GUI search bar.
What you'll practice
- Searching specific files and folders, including with regular expressions to match or exclude phrases
- Searching recursively across a whole project
- Getting more context around your results and speeding up searches with practical tricks
By the end, you'll be able to quickly answer questions like where a function is used outside its tests or where a file gets imported, whether you're exploring an unfamiliar codebase, adding a feature, or refactoring existing code.