Tag: Bash
Articles tagged with "Bash"
Explore all content related to Bash on xTom.

7/24/2026
What Are the Different Types of Shells in Linux?
Bash isn't the only shell on Linux. Here's a breakdown of the most common shell types, sh, bash, dash, zsh, ksh, csh/tcsh, and fish, what each is actually built for, and how to check or switch which one you're running.

7/24/2026
What Is Bash (Bourne Again Shell)?
Bash is the command-line shell and scripting language that runs behind most Linux (and more) systems and servers. Here's what it does, where it came from, and how to start using it.

5/8/2026
What Is the Grep Command in Linux and How Do You Use It?
Grep is one of the most useful command-line tools in Linux, letting you search through files and output for exactly the text you're looking for. This guide covers what it does, how it works, and the most practical ways to use it.