grep-like utility written in Java
https://github.com/cheusov/jrep
jrep is a command-line grep-like utility written in Java.
Features:
-- Java regular expressions
(https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html)
-- Support for RE2J
(https://github.com/google/re2)
-- POSIX options (excluding -E and -G)
(http://pubs.opengroup.org/onlinepubs/009604499/utilities/grep.html)
-- most GNU grep(1) options
(https://www.gnu.org/software/grep/)
-- Extensions over GNU grep(1):
options -O, -2 and -8
Documentation:
-- https://github.com/cheusov/jrep/blob/master/scripts/jrep.pod
or
-- man page after installation
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools:building/jrep && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
jrep-0.1-jar-with-dependencies.jar | 0000795062 776 KB | |
jrep-0.6.1.tar.gz | 0000021839 21.3 KB | |
jrep-jar-howto.txt | 0000000491 491 Bytes | |
jrep-rpmlintrc | 0000000099 99 Bytes | |
jrep.changes | 0000000597 597 Bytes | |
jrep.spec | 0000002980 2.91 KB |
Comments 0