Text Processing & Piping


Jun. 17, 2026

Linux Terminal Command: grep (Global Regular Expression Print)

The grep command is the Swiss Army knife of text search and filtering in the Linux command line. It stands for Global Regular Expression Print.

Whether you are scouring through gigabytes of server logs, searching for a specific function inside a programming project, or filtering live terminal pipelines, grep is the tool you will use.

Jun. 16, 2026

Linux Terminal Command: egrep

The egrep command is an essential tool in Text Processing & Piping. In this tutorial, we will explore what egrep does, look at everyday examples, and cover advanced options to supercharge your command-line workflow.

Jun. 15, 2026

Linux Terminal Command: fgrep

The fgrep command is an essential tool in Text Processing & Piping. In this tutorial, we will explore what fgrep does, look at everyday examples, and cover advanced options to supercharge your command-line workflow.

Apr. 4, 2026

Linux Terminal Command: sed

The sed command is an essential tool in Text Processing & Piping. In this tutorial, we will explore what sed does, look at everyday examples, and cover advanced options to supercharge your command-line workflow.

Apr. 3, 2026

Linux Terminal Command: awk

The awk command is an essential tool in Text Processing & Piping. In this tutorial, we will explore what awk does, look at everyday examples, and cover advanced options to supercharge your command-line workflow.

Mar. 28, 2026

Linux Terminal Command: xargs

The xargs command is an essential tool in Text Processing & Piping. In this tutorial, we will explore what xargs does, look at everyday examples, and cover advanced options to supercharge your command-line workflow.

Mar. 27, 2026

Linux Terminal Command: tee

The tee command is an essential tool in Text Processing & Piping. In this tutorial, we will explore what tee does, look at everyday examples, and cover advanced options to supercharge your command-line workflow.