Bash: Introduction
Start learning Bash with a quick overview and Hello World.
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.