mgrep - A Multiline grep Implementation Code
mgrep - A Multiline grep Implementation
Brought to you by:
lenardpi
File | Date | Author | Commit |
---|---|---|---|
test | 2022-03-17 |
![]() |
[c8bf30] Fix + adding TCs |
win | 2016-03-04 |
![]() |
[0ee0f1] Fancy in readme file. |
Makefile.in | 2022-02-15 |
![]() |
[2a32a8] Abandoning 32-bit builds on Linux. |
README | 2012-10-19 |
![]() |
[edda15] README updated. |
TODO | 2012-09-06 |
![]() |
[daea01] Makefile system cleanup. |
command_line.cpp | 2018-02-04 |
![]() |
[d65083] Tab vs. space fixes in source code. |
configure | 2022-03-17 |
![]() |
[9a381b] Version bump - part2 |
configure.ac | 2022-03-17 |
![]() |
[8e4bf8] Version bump |
debugger.cpp | 2022-03-17 |
![]() |
[0f5c51] Whitespace changes |
dev-setup.sh | 2022-03-17 |
![]() |
[0ff395] Fancies in dev-setup.sh |
engine.cpp | 2022-03-17 |
![]() |
[c8bf30] Fix + adding TCs |
main.cpp | 2022-03-17 |
![]() |
[0f5c51] Whitespace changes |
mgrep.h | 2022-03-17 |
![]() |
[c8bf30] Fix + adding TCs |
utils.cpp | 2022-03-17 |
![]() |
[8e4bf8] Version bump |
Description =========== mgrep is a (partial) grep implementation that supports searching for multiline patterns. Usage is similar to grep. Lines within the multiline pattern are separated by "$^". Supported options have the same meaning as in grep. Installation ============ The library Boost.Regex is required for building from source. ./configure --prefix=<installation directory> make && make install If the --prefix option is omitted, <installation directory> defaults to /usr/local/bin. If you want to compile a static binary, use "make static" instead. If you downloaded the pre-built static binary, just copy it to the target directory. You can find more build-related information on the mgrep wiki page (see below). Information =========== Homepage: http://sourceforge.net/projects/multiline-grep/ Wiki: https://sourceforge.net/p/multiline-grep/wiki/Home/ Download: http://sourceforge.net/projects/multiline-grep/files/ Bug reports: https://sourceforge.net/p/multiline-grep/tickets/ License ======= This is an open-source software. You are free to use it without any warranty. You may change the source code and/or re-use it in your own software as long as the original author (see below) and the homepage of mgrep is mentioned. Changes to the original code must also be stated along with the containing software. Author ====== Peter Istvan Lenard