grep, print lines matching a pattern. Node: Reporting Bugs

PREV Regular Expressions UP Top NEXT Concept Index

Chapter 6: Reporting bugs

Email bug reports to bug-gnu-utils@gnu.org. Be sure to include the word ``grep'' somewhere in the ``Subject:'' field.

Large repetition counts in the `{m,n}' construct may cause GREP to use lots of memory. In addition, certain other obscure regular expressions require exponential time and space, and may cause grep to run out of memory. Backreferences are very slow, and may require exponential time.

PREV Regular Expressions UP Top NEXT Concept Index