Tag: grep

Linux egrep Command With Examples

September 8, 2022

The egrep command searches for patterns or regular expressions in files and directories. Read this tutorial to master the egrep command.

Read more

Grep Regex: A Complete Guide

April 7, 2022

The core of the grep command (Global Regular Expressions Print) is regular expressions. Master grep regex through the hands-on examples in this guide.

Read more

How to Grep for Multiple Strings, Patterns or Words

May 5, 2020

This tutorial lists multiple examples on how you can use the grep tool to search for multiple string patterns in a file. THe guide shows you how to utilize this tool most effectively to print the results you need.

Read more

How To Use grep Command In Linux/UNIX

March 28, 2019

This guide details the most useful grep commands for Linux / Unix systems. After going through all the commands and examples, you will learn how to use grep to search files for text from the terminal.

Read more