strozfriedberg / lightgrep

Command-line utility for multipattern search using liblightgrep
Apache License 2.0
58 stars 11 forks source link

Fixed string command line option does not work #1

Closed gblacksf closed 7 years ago

gblacksf commented 7 years ago

Using -F or --fixed-strings does not set patterns to fixed string. If you create a keywords text file with no options specified on each line, Lightgrep still parses the patterns as regular expressions.

uckelman-sf commented 7 years ago

Fixed in 4a937f1e3.