📄️ Intro
In this lesson we will see:
📄️ 1. Create and run a script
1. Let's create a script that prints "Hello World!".
📄️ 2. Starting a project
Before starting, let's get first some [example
📄️ 3. Variables and constants
1. Variables in bash don't have to be declared, we just use them:
📄️ 4. Here documents
A here document is an additional form of I/O redirection in which we
📄️ 5. Shell functions
Functions can be declared in one of these two forms, which are