File Explorer

/proc/self/root/proc/self/root/proc/thread-self/root/usr/share/doc/grep

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

README2.3 KB · 60 lines
  Copyright (C) 1992, 1997-2002, 2004-2022 Free Software Foundation, Inc.   Copying and distribution of this file, with or without modification,  are permitted in any medium without royalty provided the copyright  notice and this notice are preserved. This is GNU grep, the "fastest grep in the west" (we hope).  Allbugs reported in previous releases have been fixed.  Many exciting newbugs have probably been introduced in this revision. GNU grep is provided "as is" with no warranty.  The exact termsunder which you may use and (re)distribute this program are detailedin the GNU General Public License, in the file COPYING. GNU grep is based on a fast lazy-state deterministic matcherhybridized with Boyer-Moore and Aho-Corasick searches for fixedstrings that eliminate impossible text from being considered by thefull regexp matcher without necessarily having to look at everycharacter.  The result is typically many times faster than traditionalimplementations.  (Regular expressions containing back-references willrun more slowly, however.) See the files AUTHORS and THANKS for a list of authors and other contributors. See the file INSTALL for compilation and installation instructions.If there is no INSTALL file, this copy of the source code is intendedfor expert hackers; please see the file README-hacking. See the file NEWS for a description of major changes in this release. See the file TODO for ideas on how you could help us improve grep. See the file README-alpha for information on grep development and the CVS  repository. Send bug reports to bug-grep@gnu.org. KNOWN BUGS: Several tests in fmbtest.sh and foad1.sh fail under the cs_CZ.UTF-8 localeand have been disabled. The combination of -o and -i options is broken and the known failing casesare disabled in foad1.sh The option -i does not work properly in some multibyte locales such astr_TR.UTF-8 where the upper case and lower case forms of a character are notnecessarily of the same byte length. A list of outstanding and resolved bugs can be found at:         https://debbugs.gnu.org/cgi/pkgreport.cgi?package=grep You can also browse the bug-grep mailing list archive at:         https://lists.gnu.org/r/bug-grep/ For any copyright year range specified as YYYY-ZZZZ in this packagenote that the range specifies every single year in that closed interval.