bcecbd8f51
Greple is an egrep-like command-line tool which supports keyword search in a way similar to popular WWW search engines in addition to regex.
8 lines
416 B
Text
8 lines
416 B
Text
greple has almost the same function as Unix command egrep(1) but the
|
|
search is done in the manner similar to search engine. greple also
|
|
search the pattern across the line boundaries. This is especially
|
|
useful to handle Asian multi-byte text. Japanese text can be separated
|
|
by newline almost any place of the text. So the search pattern may
|
|
spread out on multiple lines.
|
|
|
|
WWW: https://github.com/kaz-utashiro/greple
|