Timeline for Iterate through multiline string line by line
Current License: CC BY-SA 4.0
        5 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 31, 2019 at 18:41 | comment | added | Kusalananda♦ | @Steiner (Just had to quickly double check so that I didn't have a for-loop solution, which I fortunately did not have) | |
| Mar 31, 2019 at 18:03 | history | edited | Stéphane Chazelas | CC BY-SA 4.0 | 
                
                    added 643 characters in body 
                
             | 
| Mar 31, 2019 at 15:54 | comment | added | Steiner | Both solutions worked well for me with /bin/sh. I think this solution is better than the one Kusalananda provided, though his answer is very informative too. I particularly like the for-loop solution since it probably is faster because it does not usereadwhich is very slow. Thanks! | |
| Mar 31, 2019 at 15:52 | vote | accept | Steiner | ||
| Mar 31, 2019 at 13:42 | history | answered | Stéphane Chazelas | CC BY-SA 4.0 |