1 |
bonzini |
1.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 |
karl |
1.3 |
<h2>GNU sed</h2> |
6 |
|
|
|
7 |
karl |
1.4 |
<hr> |
8 |
bonzini |
1.1 |
<p> |
9 |
karl |
1.4 |
sed (stream editor) isn't an interactive text editor. |
10 |
karl |
1.3 |
Instead, it is used to filter text, i.e., it takes text input, performs |
11 |
|
|
some operation (or set of operations) on it, and outputs the modified text. |
12 |
|
|
sed is typically used for extracting part of a file using pattern matching |
13 |
bonzini |
1.1 |
or substituting multiple occurrences of a string within a file. |
14 |
|
|
</p> |
15 |
|
|
|
16 |
|
|
<p> |
17 |
karl |
1.3 |
<a href="manual/">Online documentation</a> is available. |
18 |
bonzini |
1.1 |
</p> |
19 |
|
|
|
20 |
|
|
<!-- If needed, change the copyright block at the bottom. In general, --> |
21 |
|
|
<!-- all pages on the GNU web server should have the section about --> |
22 |
|
|
<!-- verbatim copying. Please do NOT remove this without talking --> |
23 |
|
|
<!-- with the webmasters first. --> |
24 |
|
|
<!-- Please make sure the copyright date is consistent with the document --> |
25 |
|
|
<!-- and that it is like this "2001, 2002" not this "2001-2002." --> |
26 |
|
|
</div><!-- for id="content", starts in the include above --> |
27 |
|
|
<!--#include virtual="/server/footer-min.html" --> |
28 |
|
|
<div id="footer"> |
29 |
|
|
|
30 |
|
|
<p> |
31 |
|
|
Please send FSF & GNU inquiries to |
32 |
|
|
<a href="mailto:gnu@gnu.org"><em>gnu@gnu.org</em></a>. |
33 |
|
|
There are also <a href="/contact/">other ways to contact</a> |
34 |
|
|
the FSF. |
35 |
|
|
<br /> |
36 |
|
|
Please send broken links and other corrections or suggestions to |
37 |
bonzini |
1.2 |
<a href="mailto:bug-sed@gnu.org"><em>bug-sed@gnu.org</em></a>. |
38 |
bonzini |
1.1 |
</p> |
39 |
|
|
|
40 |
karl |
1.3 |
<p>Copyright © 2013 Free Software Foundation, Inc.</p> |
41 |
|
|
|
42 |
karl |
1.4 |
<p>This page is licensed under a <a rel="license" |
43 |
karl |
1.3 |
href="http://creativecommons.org/licenses/by-nd/3.0/us/">Creative |
44 |
|
|
Commons Attribution-NoDerivs 3.0 United States License</a>.</p> |
45 |
bonzini |
1.1 |
|
46 |
|
|
</div> |
47 |
|
|
</div> |
48 |
|
|
</body> |
49 |
|
|
</html> |