Categories
Bash

The Ultimate Bash Array Tutorial with 15 Examples

An array is a variable containing multiple values may be of same type or of different type.  There is no […]

Categories
Bash

12 Bash For Loop Examples for Your Linux Shell Scripting

There are two types of bash for loops available. One using the “in” keyword with list of values, another using […]