Category:Ed: Difference between revisions

Content added Content deleted
(Add category page for ed)
 
(Mention the conventional way to run Ed script.)
Line 7: Line 7:
Ed is also a precursor to a whole family of other text editors and command languages.
Ed is also a precursor to a whole family of other text editors and command languages.
Including [[Sed]], ex, vi, vim, sam, and others.
Including [[Sed]], ex, vi, vim, sam, and others.

Ed scripts are usually ran as
<syntaxhighlight lang="bash">
cat script.ed | ed -Es file.input > file.output
</syntaxhighlight>


[[Category:Editor]]
[[Category:Editor]]