Answers for "print string using array bash"

1

bash print array

echo "${array[*]}"
Posted by: Guest on August-04-2020
1

bash array of strings

#no space between = sign and no , between values
myArray=("cat" "dog" "mouse" "frog")
Posted by: Guest on December-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language