CVSROOT: /web/grep Module name: grep Changes by: Karl Berry <karl> 09/05/24 18:43:01
Index: manual/index.html =================================================================== RCS file: manual/index.html diff -N manual/index.html --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ manual/index.html 24 May 2009 18:42:56 -0000 1.1 @@ -0,0 +1,78 @@ +<!--#include virtual="/server/header.html" --> +<title>GNU Grep manual - GNU Project - Free Software Foundation (FSF)</title> +<!--#include virtual="/server/banner.html" --> +<h2>GNU Grep manual</h2> + +<!-- This document is in XML, and xhtml 1.0 --> +<!-- Please make sure to properly nest your tags --> +<!-- and ensure that your final document validates --> +<!-- consistent with W3C xhtml 1.0 and CSS standards --> +<!-- See validator.w3.org --> + +<address>Free Software Foundation</address> +<address>last updated May 24, 2009</address> + +<p>This manual (grep) is available in the following formats:</p> + +<ul> +<li><a href="grep.html">HTML + (160K bytes)</a> - entirely on one web page.</li> +<li><a href="html_node/index.html">HTML</a> - with one web page per + node.</li> +<li><a href="grep.html.gz">HTML compressed + (32K gzipped characters)</a> - entirely on + one web page.</li> +<li><a href="grep.html_node.tar.gz">HTML compressed + (36K gzipped tar file)</a> - + with one web page per node.</li> +<li><a href="grep.info.tar.gz">Info document + (28K bytes gzipped tar file)</a>.</li> +<li><a href="grep.txt">ASCII text + (88K bytes)</a>.</li> +<li><a href="grep.txt.gz">ASCII text compressed + (24K bytes gzipped)</a>.</li> +<li><a href="grep.dvi.gz">TeX dvi file + (44K bytes gzipped)</a>.</li> +<li><a href="grep.ps.gz">PostScript file + (160K bytes gzipped)</a>.</li> +<li><a href="grep.pdf">PDF file + (264K bytes)</a>.</li> +<li><a href="grep.texi.tar.gz">Texinfo source + (24K bytes gzipped tar file).</a></li> +</ul> + +<p>You can <a href="http://shop.fsf.org/">buy printed copies of +some manuals</a> (among other items) from the Free Software Foundation; +this helps support FSF activities.</p> + +<p>(This page generated by the <a href="http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/util/gendocs.sh">gendocs.sh +script</a>.)</p> + +<!-- If needed, change the copyright block at the bottom. In general, --> +<!-- all pages on the GNU web server should have the section about --> +<!-- verbatim copying. Please do NOT remove this without talking --> +<!-- with the webmasters first. --> +<!-- Please make sure the copyright date is consistent with the document --> +<!-- and that it is like this "2001, 2002" not this "2001-2002." --> +</div><!-- for id="content", starts in the include above --> +<!--#include virtual="/server/footer.html" --> +<div id="footer"> + +<p> +Please send 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.<br /> +Please send broken links and other corrections or suggestions to +<a href="mailto:[email protected]"><[email protected]></a>. +</p> + +<p>Copyright © 2009 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> + +</div> +</div> +</body> +</html>
