Answers for "bash echo specific array element"

3

bash display items in array

$ printf '%s\n' "${my_array[@]}"
Posted by: Guest on January-28-2020
0

bash find result as array

array=( $(find blah bla) )
Posted by: Guest on October-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language