Getting Started with Terminal: Using Grep to Search Files
We’ve covered getting up and running with Terminal, and addressed some basic Terminal commands. Now, we can start digging into more useful Terminal techniques. What is grep? grep is a command line utility that searches plain text. It takes whatever input you provide and searches for a specific search term, or “string.” And because it…