DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Bash: Introduction

Start learning Bash with a quick overview and Hello World.

Read time: 1 min • Words: 42
My Progress

Bash — Introduction

Overview

Bash is a Unix shell used for scripting and automation.

Hello World

#!/usr/bin/env bash
echo "Hello, World!"

What you'll learn

  • How to run Bash
  • Basic syntax style
  • Next steps (lessons & references)

Next

Open the Syntax & Cheat Sheet page for this language.