Add inverse=
option to inrange
, line
and lwhich
, to reverse the sense of the request; similar to grep -v
.
Add around=
option to line
, for use with line=
, to print context lines preceding and following the line specified with line=
; similar to grep -C
.
Fix a bug in line
where it failed to stop reading the input as early as it could have.