Skip to content

Releases: MoserMichael/rzgrep

beta4

10 May 06:44
Compare
Choose a tag to compare

Installation: put the content of the relevant archive into the same directory.

Usage of ./rzgrep:
  -C int
    	display a number of lines around a matching line
  -color
    	color matches on terminal (otherwise mark with <b> </b> tags)
  -e string
    	regular expression to search for. Syntax defined here: https://github.com/google/re2/wiki/Syntax
  -in string
    	file or directory to scan
  -j	use java decompiler for .class files
  -v	debug option

beta3

09 May 22:57
Compare
Choose a tag to compare

Installation: put the content of the relevant archive into the same directory.

Usage of ./rzgrep:
  -C int
    	display a number of lines around a matching line
  -color
    	color matches on terminal (otherwise mark with <b> </b> tags)
  -e string
    	regular expression to search for. Syntax defined here: https://github.com/google/re2/wiki/Syntax
  -in string
    	file or directory to scan
  -j	use java decompiler for .class files
  -v	debug option