How to echo all values from array in bash April 16, 2023 by Tarik [*] Use * as the subscript to expand the array as a single word: "${tabSuppr[*]}" See man bash for explanation.