Jenkins World
Sunday, 28 June 2020
Print array elements on separate lines in Bash?
Try doing this :
$ printf
'%s\n'
"${my_array[@]}"
from :
https://stackoverflow.com/questions/15691942/print-array-elements-on-separate-lines-in-bash
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment