
Tue Jan 23 2024
Grep Command in Linux
Grep is a command-line utility that searches for a specific text string in one or more files. It looks for the pattern in each line of the file and prints out the lines that match it.
Read more

Tue 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.

Wed 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.

Wed 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.