
May 18, 2021
How to Exclude in Grep
In this article, we’re going to show you how to exclude one or multiple words, patterns or directories when searching with grep.
Read more

May 13, 2020
How to Grep for Multiple Strings and Patterns
In this article, we're going to show you how to use GNU grep to search for multiple strings or patterns.

Mar 11, 2020
Regular Expressions in Grep (Regex)
grep is one of the most useful and powerful commands in Linux for file processing. In this article, we're going to explore the basics of how to use regular expressions in the GNU version of grep.

Oct 23, 2018
Grep Command in Linux (Find Text in Files)
Grep is one of the most powerful and commonly used commands in Linux. Grep searches one or more input files for lines that match a given pattern and writes each matching line to standard output.