https://github.com/trinitronx/nrgrep-1.1.2
NR-grep: a fast and flexible pattern-matching tool - by Gonzalo Navarro
https://github.com/trinitronx/nrgrep-1.1.2
nr-grep search-algorithm
Last synced: 12 months ago
JSON representation
NR-grep: a fast and flexible pattern-matching tool - by Gonzalo Navarro
- Host: GitHub
- URL: https://github.com/trinitronx/nrgrep-1.1.2
- Owner: trinitronx
- License: other
- Created: 2022-01-12T06:11:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-12T06:39:42.000Z (over 4 years ago)
- Last Synced: 2025-02-27T09:12:08.543Z (over 1 year ago)
- Topics: nr-grep, search-algorithm
- Language: C
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
NR-grep -- a fast and flexible pattern matching tool
Unix/Linux distribution
(main reason is a "cat" system call in shell.c)
COPYRIGHT --> see file called COPYRIGHT
INSTALLATION --> run "make", which will produce the executable "nrgrep"
USE --> run "nrgrep" and see usage, or "nrgrep -H" for full help.
VERSION ---> nrgrep 1.1.2
Small bugs of version 1.1.1 fixed, at simpleFindBest (indexes problems)
some char* instead of byte*
Still known bugs, e.g. es?s*_of_get finds nothing in text verge_of_getting