Shell Scripting 101: Arrays in Shell Scripts
In the previous shell scripting tutorial, we worked with simple variables in shell scripts. Today we’ll cover arrays in shell scripts, and how we can create and make use of arrays within our scripts. To declare or create arrays on…