March 2022
Beginner to intermediate
552 pages
11h 26m
English
Variables are one of the most important things in programming. Being able to store and then use values in our code is as important as being able to make decisions in our scripts using if statements.
We will cover the following recipes in this chapter:
We are going to cover the most important things you need to know about variables, but as with almost everything else, this chapter will require you to practice.
The machine you can use for these recipes is the same as in the previous chapters on scripting—basically, anything that can run bash ...