About 34,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 Special Variables ($0, $?, $#, $@, $$, $*, $-) - TecAdmin

    May 2, 2025 · In conclusion, bash special variables provide essential information about the environment in which the script is running. These variables enable you to create more flexible, robust, and error …

  3. Bash scripting cheatsheet - Devhints.io cheatsheets

    Variables · Functions · Interpolation · Brace expansions · Loops · Conditional execution · Command substitution · One-page guide to Bash scripting

  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. Tip: Sign in to track your progress. A shell is a text-based …

  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. Bash Scripting - Linux Handbook

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

  7. Bash Scripting Fundamentals - GeeksforGeeks

    Mar 9, 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 (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 …

  9. GitHub - awesome-lists/awesome-bash: A curated list of delightful Bash ...

    A curated list of delightful Bash scripts and resources. In addition to this list, you should read the list awesome-shell. It is a curated list of awesome command-line frameworks, toolkits, guides and …

  10. The Bash Guide

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