Skip to content
Compare
Choose a tag to compare
@douglasgscofield douglasgscofield released this 25 Oct 15:05

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.