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

16 lines
136 B
Plaintext

line1
line2 test line
line3 test line
line4
line5
line6
line7
line8
line9
line10 test line
line11
line12
line13
line14
line15 test line