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). It is intended to …

  2. Bash Tutorial - W3Schools

    Bash (Bourne Again SHell): An improved version of sh, with additional features like command history and tab completion. Why Use Bash? It is widely available on Unix/Linux systems, making scripts …

  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. Created in 1989 by Brian Fox for the GNU Project, [7] it …

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

    May 29, 2025 · Learn what Bash is, how it powers the Linux command line, and how to use it for scripting and automation. Understand its features, use cases, and differences…

  5. Bash Cheatsheet - Linuxize

    Jan 12, 2026 · Quick reference for Bash shell scripting

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

    Bash is intended to be a conformant implementation of the Shell and Utilities portion of the IEEE POSIX specification (IEEE Standard 1003.1). Bash POSIX mode (hereafter referred to as posixmode) …

  7. Linux Tutorial for Beginners - Learn Linux and the Bash Command Line

    Here you will learn the Linux command line (Bash) with our 13 part beginners tutorial. It contains clear descriptions, command outlines, examples, shortcuts and best practice. We have chosen to focus on …

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

    Apr 19, 2025 · Master the basics of Bash scripting with Colabcodes. This beginner-friendly tutorial covers essential shell commands, script syntax, and automation tips for Linux and macOS users.

  9. The Bash Guide

    This guide is an introduction to basic and advanced concepts of the bash shell. It teaches both newcomers and long-time users the best ways to write safe and robust bash scripts, and how to …

  10. Bash Reference Manual

    Bash contains features that appear in other popular shells, and some features that only appear in Bash. Some of the shells that Bash has borrowed concepts from are the Bourne Shell (sh), the Korn Shell …