Hello, Bash!

# Introduction This lab will guide you through creating a simple shell script that prints the classic "Hello, World!" message. You will learn the fundamentals of shell programming using the Bash shell, which is widely used in Unix-like operating systems such as Linux. This lab is designed for beginners, so don't worry if you're new to programming or using the command line. <div class="alert alert-warning" role="alert"> <p>If you are new to Linux or LabEx, it is recommended to begin with the <b><a style="color: unset;text-decoration: underline;" href="https://labex.io/courses/quick-start-with-linux" target="_blank">Quick Start with Linux</a></b> or <b><a style="color: unset;text-decoration: underline;" href="https://labex.io/courses/linux-basic-commands-practice-online" target="_blank">Practice Linux Commands</a></b> to learn the basics systematically. After completing the course, you can return here to practice your skills.</p> </div>

|60 : 00

Click the virtual machine below to start practicing