Timeline for Read script until delimiter and echo result that is piped for command
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 18, 2017 at 15:23 | comment | added | thrig | no, that would be the bad slow way. awk would be much faster and have a lower risk of silent data loss | |
| Dec 18, 2017 at 10:05 | comment | added | Theo | line by line parsing would be a while read loop, correct? | |
| Dec 16, 2017 at 15:44 | comment | added | thrig | yes, but it complicates the code as you will likely need to switch to line-by-line parsing and accumulating not delimiter lines, etc that RS="" in paragraph mode already gives you | |
| Dec 16, 2017 at 14:24 | comment | added | Theo | Is there a way to use a specific delimiter? | |
| Dec 15, 2017 at 20:26 | history | answered | thrig | CC BY-SA 3.0 |