add directory study

This commit is contained in:
gohigh
2024-02-19 00:25:23 -05:00
parent b1306b38b1
commit f3774e2f8c
4001 changed files with 2285787 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.54
from ../texi/sed.texi on 28 October 1999 -->
<TITLE>sed, a stream editor - Introduction</TITLE>
<link href="sed_2.html" rel=Next>
<link href="sed_toc.html" rel=ToC>
</HEAD>
<BODY>
<p>Go to the first, previous, <A HREF="sed_2.html">next</A>, <A HREF="sed_9.html">last</A> section, <A HREF="sed_toc.html">table of contents</A>.
<P><HR><P>
<H1><A NAME="SEC1" HREF="sed_toc.html#TOC1">Introduction</A></H1>
<P>
<A NAME="IDX1"></A>
SED is a stream editor.
A stream editor is used to perform basic text
transformations on an input stream
(a file or input from a pipeline).
While in some ways similar to an editor which
permits scripted edits (such as ED),
SED works by making only one pass over the
input(s), and is consequently more efficient.
But it is SED's ability to filter text in a pipeline
which particularly distinguishes it from other types of
editors.
</P>
<P><HR><P>
<p>Go to the first, previous, <A HREF="sed_2.html">next</A>, <A HREF="sed_9.html">last</A> section, <A HREF="sed_toc.html">table of contents</A>.
</BODY>
</HTML>