mirror of
https://git.digitalstudium.com/digitalstudium/digitalstudium.com
synced 2023-12-29 08:06:35 +00:00
fix mistakes
This commit is contained in:
@@ -20,7 +20,7 @@ In order to add single or multiple new elements to the end of array, you should
|
||||
sample_array+=(six seven)
|
||||
```
|
||||
|
||||
In order to get elements on the list in a cycle, you should use this syntax:
|
||||
In order to get elements of the list in a cycle, you should use this syntax:
|
||||
|
||||
```shell
|
||||
for i in ${sample_array[@]}
|
||||
|
Reference in New Issue
Block a user