Bash: مقدمة
ابدأ تعلم Bash مع نظرة عامة ومثال Hello World.
Bash — Introduction
Overview
Bash صدفة لينكس تُستخدم للسكربتات والأتمتة.
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.