About 69,400 results
Open links in new tab
  1. Bash - GNU Project - Free Software Foundation

    Sep 22, 2020 · Bash is the GNU Project's shell—the Bourne Again SHell. This is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and the C shell (csh).

  2. Bash Tutorial - W3Schools

    Bash is used to write scripts and run commands on Linux systems. It helps automate tasks, manage system operations, and boost productivity. Get certified with our Bash exam, includes a …

  3. Bash (Unix shell) - Wikipedia

    Bash (short for " Bourne Again SHell ") is an interactive command interpreter and command language developed for Unix -like operating systems.

  4. Bash Cheatsheet - Linuxize

    Jan 12, 2026 · Bash (Bourne Again Shell) is the default shell on most Linux distributions. This cheatsheet covers essential Bash scripting concepts including variables, conditionals, loops, …

  5. Bash Explained: How the Most Popular Linux Shell Works

    May 29, 2025 · Bash (short for Bourne Again Shell) is a command-line interpreter and scripting language built as a free software replacement for the original Unix shell, sh (Bourne shell).

  6. The Bash Guide

    A complete guide for newcomers and advanced users to correct usage and deepen understanding of the bash shell language.

  7. Bash Basics Tutorial for Beginners | Shell Scripting Guide – Colabcodes

    Apr 19, 2025 · Bash, short for Bourne Again Shell, is one of the most widely used command-line interpreters in Unix-like operating systems. It acts as both a shell and a scripting language, allowing …

  8. Online Linux Terminal - Free Bash Shell in Browser | Coddy

    A free online Linux terminal and bash shell that runs entirely in your browser. Type any Linux command - ls, grep, sed, awk, find, a shell one-liner - hit Enter, and real output comes back instantly.

  9. Learn Shell - Free Interactive Shell Tutorial

    learnshell.org is a free interactive Shell tutorial for people who want to learn Shell, fast.

  10. bash Command in Linux - Online Tutorials Library

    Bash is a powerful command-line shell and scripting language that serves as the default shell on most Linux distributions. With bash, you can run commands and execute scripts efficiently.