length empty Source(s) https://gist.github.com/fhuitelec/f900ba41fc6ed55199b2fff4dd226d4d (( ${#ARRAY[@]} == 0)) && { echo array empty } || { echo array not empty }