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

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

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

  4. Find Party Entertainment, Event Vendors, & Venues on The Bash

    Book top-rated party entertainment and local vendors here on The Bash. Find party ideas, themes, and inspiration to bring your celebration to life.

  5. How to Install Bash on Windows 11 - How-To Geek

    Mar 18, 2022 · Bash, the default shell on most Linux distributions, runs better than ever on Windows 11 thanks to upgrades to the Windows Subsystem for Linux. Here's how you install the Bourne Again …

  6. Bash scripting cheatsheet - Devhints.io cheatsheets

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

  7. BASH Manila

    Made for The World - BASH* designs travel essentials that move with you across borders, through seasons, and into every journey ahead.

  8. GitHub - Bash-it/bash-it: A community Bash framework.

    Bash-it is a collection of community Bash commands and scripts for Bash. (And a shameless ripoff of oh-my-zsh 😃) 97% of the code is compatible with bash 3.2+ but we are geared also toward power …

  9. GNU Bash manual - GNU Project - Free Software Foundation

    Jul 4, 2025 · GNU Bash manual Free Software Foundation last updated July 04, 2025 This manual (bash) is available in the following formats: HTML (1020K bytes) - entirely on one web page. HTML - …

  10. Bash Script - W3Schools

    Creating a Bash Script To create a script, start with the shebang #! followed by the path to Bash, usually /bin/bash. Make sure your script has execute permissions.