VirtualBox

source: kBuild/vendor/grep/2.12/src/fgrep.c

Last change on this file was 2595, checked in by bird, 12 years ago

gnu grep version 2.12 (grep-2.12.tar.xz, md5sum=8d2f0346d08b13c18afb81f0e8aa1e2f)

  • Property svn:eol-style set to native
File size: 330 bytes
Line 
1#include <config.h>
2#include "search.h"
3
4struct matcher const matchers[] = {
5 { "fgrep", Fcompile, Fexecute },
6 { NULL, NULL, NULL },
7};
8
9const char before_options[] =
10N_("PATTERN is a set of newline-separated fixed strings.\n");
11const char after_options[] =
12N_("Invocation as 'fgrep' is deprecated; use 'grep -F' instead.\n");
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette