About 147,000 results
Open links in new tab
  1. 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 …

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

  3. The Bash Guide

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

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

    May 29, 2025 · This article answers the fundamental question What is Bash? and walks you through its history, features, usage, and practical applications. You’ll learn how Bash differs from other shells, …

  5. Bash Scripting - Linux Handbook

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

  6. Bash Command Syntax: A Beginner's Tutorial - LinuxConfig.org

    Jul 20, 2025 · Learning the syntax of Bash commands can help you perform a wide range of tasks, from basic file manipulation to advanced scripting. In this guide, we’ll explore essential Bash command …

  7. Linux Bash Shell Scripting Tutorial Wiki - nixCraft

    What is a Shell Script or shell scripting? Why shell scripting? Write a simple shell script - "Hello World!" Starting a script with Shebang line (#!) Logical Not ! What is a Process? What is a Subshell?

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

    It is a curated list of awesome command-line frameworks, toolkits, guides and gizmos. You may also want to check awesome-zsh or awesome-fish. If you are looking for more lists, check …

  9. What Is Bash in Linux? - howtouselinux

    Oct 9, 2025 · There are more powerful scripting languages, like Perl, Python, and Ruby, but the Linux shell bash is a great place to start. After all, we already know how to type commands.

  10. Shell Scripting for Beginners – How to Write Bash Scripts in Linux

    Mar 31, 2022 · Just like any other programming language, bash scripting follows a set of rules to create programs understandable by the computer. In this section, we will study the syntax of bash scripting.