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

Bash

Catalog entry (expand later)

catalog Extensions: .sh Official docs ↗
Open lessons References Examples Back to Languages
Summary

Bash is a Unix shell used for scripting and automation.

Slug
bash
Tier
catalog
Extensions
.sh
Hello World
#!/usr/bin/env bash
echo "Hello, World!"

Tip: you can expand this page later with official docs + trusted references.