Loading...

Array Variables

The variables in bash are scalar. From Bash 2.0 it supports Array variables i.e., it can handle multiple values at the same time. All the naming rules of Shell variables [ … ]

Arithmetic Substitution

In ksh and bash, the shell enable integer arithmetic to be to be performed.This avoids having to run an extra program such as expr or bc to do math in a shell script [ … ]