Shell Create an array How to create an array in shell scripting Jesse Torres May 19, 2023 • 1 min read array=("first" "second" "third") Share