1 |
<!--#include virtual="/server/header.html" --> |
2 |
<title>GNU sed - GNU Project - Free Software Foundation (FSF)</title> |
3 |
<!--#include virtual="/server/banner.html" --> |
4 |
|
5 |
<h2>GNU sed</h2> |
6 |
|
7 |
<p>sed is looking for a maintainer. |
8 |
If you're interested, please take a look at this <a |
9 |
href="/help/evaluation.html#whatmeans">general information about GNU |
10 |
packages and being a GNU maintainer</a>, and then email |
11 |
maintainers@gnu.org with a bit about your background and particular |
12 |
interest in this package. Thanks.</p> |
13 |
|
14 |
<p> |
15 |
Sed (streams editor) isn't a standard text editor. |
16 |
Instead, it is used to filter text, i.e., it takes text input, performs |
17 |
some operation (or set of operations) on it, and outputs the modified text. |
18 |
sed is typically used for extracting part of a file using pattern matching |
19 |
or substituting multiple occurrences of a string within a file. |
20 |
</p> |
21 |
|
22 |
<p> |
23 |
<a href="manual/">Online documentation</a> is available. |
24 |
</p> |
25 |
|
26 |
<!-- If needed, change the copyright block at the bottom. In general, --> |
27 |
<!-- all pages on the GNU web server should have the section about --> |
28 |
<!-- verbatim copying. Please do NOT remove this without talking --> |
29 |
<!-- with the webmasters first. --> |
30 |
<!-- Please make sure the copyright date is consistent with the document --> |
31 |
<!-- and that it is like this "2001, 2002" not this "2001-2002." --> |
32 |
</div><!-- for id="content", starts in the include above --> |
33 |
<!--#include virtual="/server/footer-min.html" --> |
34 |
<div id="footer"> |
35 |
|
36 |
<p> |
37 |
Please send FSF & GNU inquiries to |
38 |
<a href="mailto:gnu@gnu.org"><em>gnu@gnu.org</em></a>. |
39 |
There are also <a href="/contact/">other ways to contact</a> |
40 |
the FSF. |
41 |
<br /> |
42 |
Please send broken links and other corrections or suggestions to |
43 |
<a href="mailto:bug-sed@gnu.org"><em>bug-sed@gnu.org</em></a>. |
44 |
</p> |
45 |
|
46 |
<p>Copyright © 2013 Free Software Foundation, Inc.</p> |
47 |
|
48 |
p>This page is licensed under a <a rel="license" |
49 |
href="http://creativecommons.org/licenses/by-nd/3.0/us/">Creative |
50 |
Commons Attribution-NoDerivs 3.0 United States License</a>.</p> |
51 |
|
52 |
</div> |
53 |
</div> |
54 |
</body> |
55 |
</html> |