Category:Ed: Difference between revisions

Mention the conventional way to run Ed script.
(Add category page for ed)
 
(Mention the conventional way to run Ed script.)
Line 7:
Ed is also a precursor to a whole family of other text editors and command languages.
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]]
90

edits