Jun. 17, 2026
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
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
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
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
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
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
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.