Description
In this course, you will :
- Learn how to use the command line.
- Be able to write your own Shell scripts.
- Automate tasks using Shell scripts.
- Make decisions by using if-else statements.
- Make decision based on strings, variables or files.
- How to use arithmetic expressions.
- How to loop through files and folders with for and while loops.
- How to use functions.
- How to deal with variables scope.
- Create Shell Scripts that solves a real world problem.