mirror of
https://github.com/shelljs/shelljs.git
synced 2025-12-08 20:35:51 +00:00
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...] ```