Timeline for How can I "grep" patterns across multiple lines?
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 2, 2014 at 13:10 | comment | added | Joseph R. | Just dropped by to say your Perl can be shortened to the more idiomatic: perl -n0777E 'say $& while /^foo.*\nbar.*\n/mg' foo | |
| Feb 2, 2014 at 11:12 | history | answered | samiam | CC BY-SA 3.0 |