Alana Gilston bfd06fa096
Add -B, -A, and -C options to grep (#1206)
Adds the -B (before context), -A (after context), and -C (before+after context) options to grep. Example usage:

```
grep -B <num> [args...]
grep -A <num> [args...]
```
2025-04-19 08:26:51 -07:00
..
2013-09-02 14:13:04 -04:00
2012-03-01 20:22:44 -05:00
2016-03-31 21:05:30 -07:00
2012-12-24 02:46:28 +01:00
2012-03-26 11:31:04 -04:00
2012-12-26 03:18:06 +01:00
2016-01-24 14:24:26 -08:00
2016-03-31 21:05:30 -07:00
2012-03-01 20:22:44 -05:00
2012-03-01 20:22:44 -05:00
2012-03-01 20:22:44 -05:00
2012-03-01 20:22:44 -05:00
2012-03-01 20:22:44 -05:00
2012-03-01 20:22:44 -05:00
2012-03-01 20:22:44 -05:00
2012-09-08 19:14:35 -07:00