DEV Community

Cover image for Join me on my 7-Day Bash Scripting Challenge!
BAKRE JAMIU
BAKRE JAMIU

Posted on

Join me on my 7-Day Bash Scripting Challenge!

Join me on my 7-Day Bash Scripting Challenge! Over the next week, I'll be sharing my completed tasks daily to showcase my progress and help you learn alongside me.
Day 1: Task Completed

Task 1: Comments
Create a bash script with comments explaining its purpose and functionality.

Task 2: Echo
Write a script that uses echo to display a custom message.

Task 3: Variables
Create a script that declares variables and assigns values to them.

Task 4: Using Variables
Write a script that takes two variables (numbers) and prints their sum.

Task 5: Built-in Variables
Create a script that uses three built-in bash variables to display information.

Task 6: Wildcards
Write a script that lists all files with a specific extension using wildcards.

Image description

Image description

I’ve successfully completed the Day 1 task, and I’m excited to share my results. Check out the screenshot of the output below!

Stay tuned as I continue to dive deeper into Bash scripting, enhancing my skills as a professional Cloud Engineer. Let’s learn and grow together! 💻✨

Top comments (0)