Timeline for How to grep for text in a file and display the paragraph that has the text?
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 4, 2016 at 15:49 | comment | added | mivk |
Or shorter (and thus more readable), as triplee wrote in a comment: perl -00 -ne 'print if /42B/' file.
|
|
| Jul 7, 2015 at 14:34 | history | answered | A.B. | CC BY-SA 3.0 |