Grep is one of the most common Linux commands. Earlier, I’d written an article on using the pipe command, and grep was the most important example of using the pipe operator to filter the output of commands and search for strings. In this tutorial, I’ll show you how to use grep to search for multiple […]
