Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{{stub}}
|
||||
{{language|Ed}}
|
||||
This is the command language used by [[wp:ed_(software)]],
|
||||
the line oriented text editor.
|
||||
the line oriented text editor, not to be confused with [[Sed]], the stream editor.
|
||||
|
||||
Implementations are [[GNU Ed]], [[Plan 9 Ed]], BSD ed, and original UNIX ed.
|
||||
Ed is also a precursor to a whole family of other text editors and command languages.
|
||||
|
|
@ -19,6 +19,8 @@ cat script.ed | ed -s file.in
|
|||
|
||||
There's a convention of starting every ed script with capital H on a line of its own, to toggle more verbose error messages on. And optionally end the script with capital Q to force-quit without saving the changes to file.
|
||||
|
||||
A good reference for Ed is it's info page, which can be found online [https://linux.die.net/man/1/ed here].
|
||||
|
||||
Also see [[Tasks not implemented in Ed]]
|
||||
|
||||
[[Category:Editor]]
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
../../Task/Bioinformatics-base-count/Ed
|
||||
Loading…
Add table
Add a link
Reference in a new issue