Getting all elements of a bash array except the first August 14, 2023 by Tarik $ a=(1 2 3) $ echo "${a[@]:1}" 2 3