February 2019
Beginner
504 pages
10h 47m
English

In the previous chapter, we looked at how the shell can manipulate strings and numbers. The data types we have looked at so far are known in computer science circles as scalar variables; that is, they are variables that contain a single value.
In this chapter, we will look at another kind of data structure called an array, which holds multiple values. Arrays are a feature of virtually every programming language. The shell supports them, too, though in a rather limited fashion. Even so, they can be very useful for solving some types of programming problems.
Arrays are variables that hold more than one value at a time. ...
Read now
Unlock full access