About 72,000 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 (Unix shell) - Wikipedia

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

  3. Bash Special Variables ($0, $?, $#, $@, $$, $*, $-) - TecAdmin

    May 1, 2026 · In this article, we’ll provide an in-depth guide to all bash special variables, including examples of their usage and common pitfalls to avoid.

  4. 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 …

  5. Bash scripting cheatsheet - Devhints.io cheatsheets

    Process substitution ... Process substitution allows the input (or output) of a command to be treated as a file. See Bash Reference Manual.

  6. 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).

  7. Bash Scripting Fundamentals - GeeksforGeeks

    May 7, 2026 · Bash scripting is the process of writing a sequence of commands in a file and executing them together to perform tasks automatically. Instead of running commands one by one in the …

  8. Bash Scripting - Linux Handbook

    Aug 19, 2025 · Get started with Bash Shell script learning with practical examples. Also test your learning with practice exercises.

  9. bash (1) - Linux manual page - man7.org

    Bash also incorporates useful features from the Korn and C shells (ksh and csh). POSIX is the name for a family of computing standards based on Unix. Bash is intended to be a conformant implementation …

  10. The Bash Guide

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