Timeline for Bash: Passing command with quoted parameters to function
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 12:40 | history | edited | CommunityBot | replaced http://stackoverflow.com/ with https://stackoverflow.com/ | |
| Mar 4, 2016 at 21:45 | comment | added | michaelward82 | I have changed to LOOP=$((LOOP+1)) though the previous code appeared to do the job, but probably by luck and not design | |
| Mar 4, 2016 at 9:57 | comment | added | Mingye Wang | Or ((LOOP++)). function xxx is bashism enough (though a not-so-beautiful one), and it's completely fine to add new ones… | |
| Mar 3, 2016 at 17:56 | review | First posts | |||
| Mar 3, 2016 at 18:42 | |||||
| Mar 3, 2016 at 17:53 | history | answered | franco | CC BY-SA 3.0 |