Timeline for how to call functions from for loop in shell script
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 16, 2017 at 7:37 | comment | added | ilkkachu |
It's probably better to use "${array[@]", the difference comes with elements containing spaces. @ vs. * is the same with arrays as with $@ and $*, see gnu.org/software/bash/manual/html_node/…
|
|
| Apr 16, 2017 at 7:25 | history | edited | Rakib | CC BY-SA 3.0 |
added 315 characters in body
|
| Apr 16, 2017 at 7:19 | history | answered | Rakib | CC BY-SA 3.0 |