Comments on: How to Use Bash Arrays https://www.hostinger.co.uk/tutorials/bash-array Fri, 14 Apr 2023 05:06:10 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Ignas R. https://www.hostinger.co.uk/tutorials/bash-array#comment-630114 Fri, 14 Apr 2023 05:06:10 +0000 /tutorials/?p=54623#comment-630114 In reply to ClintD.

Hello! Thank you, I’ve fixed it.

]]>
By: ClintD https://www.hostinger.co.uk/tutorials/bash-array#comment-629639 Thu, 13 Apr 2023 15:46:04 +0000 /tutorials/?p=54623#comment-629639 Looks like in the last section, the function formatting got a little mangled (the image is correct but the preceding text is mangled)

As of 4/13/2023 it shows this in the for loop text section
for (( i=0; i<m; i++ ))

It should be…
for (( i=0; i<m; i++ ))

]]>