Timeline for AWK Array Issues
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 2, 2019 at 9:46 | history | edited | Jonathan Hall | CC BY-SA 4.0 |
deleted 142 characters in body
|
| Jan 9, 2015 at 17:04 | comment | added | Jonathan Leffler |
awk concatenates strings without any explicit operator. The print operator gets 3 arguments because of the 2 commas. For practical purposes, the print could be written more clearly as: print "scp", i, "root@", q (the semicolon isn't necessary).
|
|
| Jan 9, 2015 at 17:02 | history | edited | Jonathan Leffler | CC BY-SA 3.0 |
Fix trivial typos — and improve presentation
|
| Jan 9, 2015 at 16:51 | comment | added | Ed Morton | Get the book "Effective Awk Programming, Third Edition" by Arnold Robbins. | |
| Jan 9, 2015 at 16:47 | answer | added | nu11p01n73R | timeline score: 1 | |
| Jan 9, 2015 at 16:42 | history | asked | SeanD | CC BY-SA 3.0 |