
Explore how conditional statements drive control flow in Bash scripting, using if, elif, and else to execute code blocks based on variable comparisons.
Welcome to our comprehensive Shell Scripting course! Whether you're a complete beginner or have some experience with the command line, this course is designed to provide you with a thorough understanding of writing Shell Scripts.
We've structured the course at a slow pace, ensuring that every concept is explained thoroughly, making it easy for you to follow along.
Throughout the course, we cover all the fundamentals of Shell Scripting, including variables, decision-making with if-else statements, arithmetic expressions, loops, and functions. By the end of the course, you'll have the skills to automate tasks, solve real-world problems, and write your own Shell Scripts confidently.
Our project-based approach in the last two sections allows you to apply everything you've learned in the course to create scripts that solve practical, real-world challenges.
By enrolling in this course, you'll learn how to:
- Navigate and utilize the command line effectively
- Automate tasks using Shell Scripts
- Work with variables and make decisions using if-else statements
- Use arithmetic expressions and loop through files and folders
- Understand variable scope and create functions
- Develop Shell Scripts to tackle real-world problems
Topics I covered:
Bash Fundamental
1. What is bash and bash scripting?
2. Linux basic commands
Bash Intermediate
1. What is variable and how to use it and types of variable?
2. What is array and how to use it?
3. How is loop and how to use it?
4. Types of operator in bash and use of it?
5. Logical &&, || operator
6. Shell expansions in bash scripts.
7. What is function and how to use it?
8. Conditional statement in bash scripting.
9. How to write bash scripts?
10. How to get user input using read command?
11. How to use select command ?
12. Exit status in bash scripts?
Projects:
1. Get system info
2. Check website status
3. Check file wise line count
4. Check odd and even number
5. Check disk usages
6. Server to server SCP
7. How to calculate age
8. How to make a dynamic calculator?
9. How to get mobile number and email?
10. How to create a survey form using bash?
11. How to backup and restore in bash ?
And much more! Join us on this journey to master Shell Scripting and become proficient in automating tasks and solving complex problems efficiently.