Description
In this course, you will learn :
- With bash, you can learn shell programming.
- How to write Linux and Mac shell scripts.
- Shell scripts can be used to automate repetitive tasks.
- Learning a variety of shell commands.
Syllabus :
1. Your First Script
- Create a First Script
- Making Scripts Executable
- Using Scripts as Shell Commands
2. Shell Programming Basics
- Variables
- Environment Variables
- Constants
- Comments
- Positional Parameters
- Functions
3. Flow Control Structures
- if/else statements
- for loops