Timeline for Extract Strings from Web Log file
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 28, 2016 at 23:56 | comment | added | cas | +1, awk is the right tool for this job. but OP wanted two fields, not three. try awk '{print $1, $4 " " $5}' test.log instead. | |
| Feb 28, 2016 at 14:01 | history | answered | Ralph Rönnquist | CC BY-SA 3.0 |