CVSROOT: /web/grep Module name: grep Changes by: Paul Eggert <eggert> 14/05/11 05:22:38
Index: grep.html =================================================================== RCS file: /web/grep/grep/grep.html,v retrieving revision 1.23 retrieving revision 1.24 diff -u -b -r1.23 -r1.24 --- grep.html 2 Feb 2013 23:55:13 -0000 1.23 +++ grep.html 11 May 2014 05:22:37 -0000 1.24 @@ -1,91 +1,254 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" - "http://www.w3.org/TR/html4/loose.dtd"> -<HTML> -<HEAD> -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII"> -<TITLE>grep - GNU Project - Free Software Foundation (FSF)</TITLE> -<LINK REV="made" HREF="mailto:[email protected]"> -<META NAME="keywords" CONTENT="grep"> -</HEAD> -<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" VLINK="#9900DD"> -<H3>grep</H3> -<A HREF="/graphics/agnuhead.html"><IMG SRC="/graphics/gnu-head-sm.jpg" -ALT=" [image of the Head of a GNU] " -WIDTH="129" HEIGHT="122"></A> -<CENTER> - <A HREF="#introduction" NAME="TOCintroduction">Introduction</A> -| <A HREF="#downloading" NAME="TOCdownloading">Get the Software</A> -| <A HREF="manual/">View the documentation</A> -</CENTER> -<P></P> -<HR> - -<!--p>GNU Grep needs a new maintainer. -If you're interested, please take a look at this <a -href="/help/evaluation.html#whatmeans">general information about GNU -packages and being a GNU maintainer</a>, and then email [email protected] with a bit about your background and particular -interest in this package. Thanks.</p><hr--> - -<H4><A HREF="#TOCintroduction" NAME="introduction">Introduction to grep</A></H4> -<P> -The <tt>grep</tt> command searches one or more input files +<!--#include virtual="/server/header.html" --> +<!-- Parent-Version: 1.77 --> + +<!-- This is the template document for GNU web pages. We use + server side includes (#include) for common elements, for + instance, the very first line of the file. If you're reading + this in its expanded form, you can retrieve the original source, + with the SSI statements intact, from + http://web.cvs.savannah.gnu.org/viewvc/*checkout*/www/server/standards/boilerplate.html?root=www&content-type=text%2Fplain +--> + +<!-- Instructions for adapting this boilerplate to a new project: --> + +<!-- 1. In the line above starting "Parent-Version:", remove the + "$Revision...$" from around the revision number, + leaving just Parent-Version: and the number. --> + +<!-- 2. Replace "baz" with the name of your project. + You should be able to do this with search and replace; + making sure that the search is case insensitive and + that the case of the replacement matches the case + of the string found. In Emacs, query-replace will do this + when case-fold-search and case-replace are both non-nil + and both search and replacement string are given in lower case. --> + +<!-- 3. Of course update the actual information according to your project, + such as mailing lists, project locations, and maintainer name. --> + +<!-- 4. You can use the patch-from-parent script to semi-automate + merging future changes to the boilerplate with your file: + http://web.cvs.savannah.gnu.org/viewvc/*checkout*/www/server/standards/patch-from-parent?root=www&content-type=text%2Fplain + --> + +<!-- If you would like to make sure your page validates with HTML5, that + would be a good thing. To do that, change the first line from + to /server/html5-header.html before trying the validation. Maybe + someday we will be able to make /server/header be HTML5. --> + +<title>Grep +- GNU Project - Free Software Foundation</title> +<!--#include virtual="/server/gnun/initial-translations-list.html" --> +<!--#include virtual="/server/banner.html" --> +<h2>GNU Grep</h2> + +<p>Grep searches one or more input files for lines containing a match to a specified pattern. -By default, <tt>grep</tt> prints the matching lines.</P> +By default, Grep outputs the matching lines.</p> + +<h3 id="download">Downloading + Grep</h3> + +<p>Grep +can be found on the main GNU ftp server: +<a href="http://ftp.gnu.org/gnu/grep/">http://ftp.gnu.org/gnu/grep/</a> +(via HTTP) and +<a href="ftp://ftp.gnu.org/gnu/grep/">ftp://ftp.gnu.org/gnu/grep/</a> +(via FTP). It can also be found +on the <a href="/prep/ftp.html">GNU mirrors</a>; +please +<a href="http://ftpmirror.gnu.org/grep/">use +a mirror</a> if possible.</p> + +<p>The current development version (introducing new features and +bugfixes, but also quite possibly new bugs) can be accessed using <a +href="http://git-scm.com/">Git</a>. Detailed instructions can be found +in "<a href="http://savannah.gnu.org/git/?group=grep">grep - Git +Repositories</a>".</p> -<H4><A HREF="#TOCdownloading" NAME="downloading">Downloading grep</A></H4> -<P>The current stable version of grep can be found on in the subdirectory <CODE>/gnu/grep/</CODE> on your favorite <A HREF="/prep/ftp.html">GNU mirror</A>.</P> -<p>The current development version (introducing new features and bugfixes, but also quite possibly new bugs) can be accessed using <a href="http://git-scm.com/">GIT</a>. Detailed instructions can be found <a href="http://savannah.gnu.org/git/?group=grep">here</a>.</p> <p>For other ways to obtain grep, please read -<A HREF="/software/software.html#HowToGetSoftware">How to get GNU Software</A></p> +<a href="/software/software.html#getgnu">How to get GNU software</a>.</p> + -<H4><A HREF="#TOCdevelopment" NAME="development">grep Development</A></H4> -<p>The <a href="devel.html">Information for GNU grep developers</a> +<h3 id="documentation">Documentation</h3> + +<p><a href="manual/">Documentation for +Grep</a> +is available online, as +is <a href="/manual/">documentation for most GNU software</a>. You may +also find more information about +Grep +by running +<em>info grep</em> +or +<em>man grep</em>, +or by looking at +<em>/usr/share/doc/grep/</em>, +<em>/usr/local/doc/grep/</em>, +or similar directories on your system. A brief summary is available by +running <em>grep --help</em>.</p> + + +<h3 id="mail">Mailing lists</h3> + +<p>Grep +has the following mailing lists:</p> + +<ul> +<li><a href="https://lists.gnu.org/mailman/listinfo/bug-grep">bug-grep</a> +is used to discuss most aspects of +Grep, +including development and enhancement requests, as well as bug reports.</li> +<li><a +href="https://lists.gnu.org/mailman/listinfo/grep-commit">grep-commit</a> +contains commit log entries, and you can subscribe to it to follow +development more closely.</li> +</ul> + +<p>Announcements about +Grep +and most other GNU software are made on +<a href="http://lists.gnu.org/mailman/listinfo/info-gnu">info-gnu</a> +(<a href="http://lists.gnu.org/archive/html/info-gnu/">archive</a>).</p> + +<p>Security reports that should not be made immediately public can be +sent directly to the maintainer. If there is no response to an urgent +issue, you can escalate to the general +<a href="http://lists.gnu.org/mailman/listinfo/security">security</a> +mailing list for advice.</p> + +<h3 id="contribute">Getting involved</h3> + +<p>Development of +Grep, +and GNU in general, is a volunteer effort, and you can contribute. For +information, please read <a href="/help/">How to help GNU</a>. If you'd +like to get involved, it's a good idea to join the bug mailing +list (see above).</p> + + +<dl> +<dt>Test releases</dt> + +<dd>Trying the latest test release (when available) is always +appreciated. Test releases of +Grep +are typically announced on the platform-testers <a +href="https://lists.gnu.org/mailman/listinfo/platform-testers">platform-testers</a> +mailing list.</dd> + + +<dt>Development</dt> + +<dd>For development sources, issue trackers, and other +information, please see the +<a href="http://savannah.gnu.org/projects/grep/">Grep +project page</a> +at <a href="http://savannah.gnu.org">savannah.gnu.org</a>.</dd> + +<p><a href="devel.html">Information for GNU grep developers</a> is a comprehensive source for all development-related matters.</p> -<p>The <a href="http://savannah.gnu.org/projects/grep/">Savannah project page for grep</a> features -<a href="http://savannah.gnu.org/bugs/?group=grep">a bug report area</a>, -<a href="http://savannah.gnu.org/patch/?group=grep">a patch submission area</a>, -and other development-related tools.</p> -<p>If you are interested in helping with the development of GNU grep, please -consider joining the bug-grep mailing list. You can subscribe from -<a href="http://lists.gnu.org/mailman/listinfo/bug-grep">the web page of the -list</a> or by sending a mail to -<a href="mailto:[email protected]">[email protected]</a> -with "subscribe" (without the quotation marks) -in the subject line (or in the body).</p> -<p>To follow development more closely, -there is also the grep-commit mailing list -to which commit log entries are automatically sent. -You can subscribe from -<a href="http://lists.gnu.org/mailman/listinfo/grep-commit">its web page</a> -or by sending a mail to -<a href="mailto:[email protected]">[email protected]</a> -with "subscribe" (without the quotation marks) -in the subject line (or in the body).</p> -<HR> - -<P>Return to <A HREF="/home.html">GNU's home page</A>.</P> - -<P> -Please send FSF & GNU inquiries & questions to - -<A HREF="mailto:[email protected]"><EM>[email protected]</EM></A>. -There are also <A HREF="/home.html#ContactInfo">other ways to contact</A> the FSF.</P> - -<P> -Please send comments on these web pages to -<A HREF="mailto:[email protected]"><EM>[email protected]</EM></A>, -send other questions to -<A HREF="mailto:[email protected]"><EM>[email protected]</EM></A>.</P> - -<p>Copyright 2013 Free Software Foundation, Inc.</p> - -<P> -Verbatim copying and distribution of this entire article is -permitted in any medium, provided this notice is preserved.</P> -<P> -Updated: -$Id: grep.html,v 1.23 2013/02/02 23:55:13 veltzer Exp $</P> -<HR> -</BODY> -</HTML> + + +<dt>Translating + Grep</dt> + +<dd>To translate +Grep's +messages into other languages, please see the <a +href="http://translationproject.org/domain/grep.html">Translation Project +page for +Grep</a>. +If you have a new translation of the message strings, +or updates to the existing strings, please have the changes made in this +repository. Only translations from this site will be incorporated into +Grep. +For more information, see the <a +href="http://translationproject.org/html/welcome.html">Translation +Project</a>.</dd> + + +<dt>Maintainer</dt> + +<dd>Grep +is currently being maintained by +Jim Meyering. +Please use the mailing lists for contact.</dd> + + +</dl> + + +<h3 id="license">Licensing</h3> + +<p>Grep +is free software; you can redistribute it and/or modify it under the +terms of the <a href="http://www.gnu.org/licenses/gpl.html" +rel="license">GNU General Public License</a> as published by the Free +Software Foundation; either version 3 of the License, or (at your +option) any later version.</p> + +</div><!-- for id="content", starts in the include above --> +<!--#include virtual="/server/footer.html" --> +<div id="footer"> +<div class="unprintable"> + +<p>Please send general FSF & GNU inquiries to +<a href="mailto:[email protected]"><[email protected]></a>. +There are also <a href="/contact/">other ways to contact</a> +the FSF. Broken links and other corrections or suggestions can be sent +to <a href="mailto:[email protected]"><[email protected]></a>.</p> + +<p><!-- TRANSLATORS: Ignore the original text in this paragraph, + replace it with the translation of these two: + + We work hard and do our best to provide accurate, good quality + translations. However, we are not exempt from imperfection. + Please send your comments and general suggestions in this regard + to <a href="mailto:[email protected]"> + <[email protected]></a>.</p> + + <p>For information on coordinating and submitting translations of + our web pages, see <a + href="/server/standards/README.translations.html">Translations + README</a>. --> +Please see the <a +href="/server/standards/README.translations.html">Translations +README</a> for information on coordinating and submitting translations +of this article.</p> +</div> + +<!-- Regarding copyright, in general, standalone pages (as opposed to + files generated as part of manuals) on the GNU web server should + be under CC BY-ND 3.0 US. Please do NOT change or remove this + without talking with the webmasters or licensing team first. + Please make sure the copyright date is consistent with the + document. For web pages, it is ok to list just the latest year the + document was modified, or published. + + If you wish to list earlier years, that is ok too. + Either "2001, 2002, 2003" or "2001-2003" are ok for specifying + years, as long as each year in the range is in fact a copyrightable + year, i.e., a year in which the document was published (including + being publicly visible on the web or in a revision control system). + + There is more detail about copyright years in the GNU Maintainers + Information document, www.gnu.org/prep/maintain. --> + +<p>Copyright © 2014 Free Software Foundation, Inc.</p> + +<p>This page is licensed under a <a rel="license" +href="http://creativecommons.org/licenses/by-nd/3.0/us/">Creative +Commons Attribution-NoDerivs 3.0 United States License</a>.</p> + +<!--#include virtual="/server/bottom-notes.html" --> + +<p class="unprintable">Updated: +<!-- timestamp start --> +$Date: 2014/05/11 05:22:37 $ +<!-- timestamp end --> +</p> +</div> +</div> +</body> +</html>
