articles/ed.md: new article
This commit is contained in:
parent
cf302573f2
commit
99586cbc03
1 changed files with 11 additions and 0 deletions
11
articles/ed.md
Normal file
11
articles/ed.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# ed
|
||||
ed is the [standard text editor](https://www.gnu.org/fun/jokes/ed-msg.en.html) of [Unix](unix.md).
|
||||
|
||||
Unlike modern *visual* text **ed**itors, ed is a line oriented editor. This was because
|
||||
ed was the first text editors made for Unix, and back then the only way to interface with a Unix
|
||||
machine was through a teletype. Video terminals were a luxury in that time.
|
||||
|
||||
?
|
||||
|
||||
## Tutorial
|
||||
TODO
|
Loading…
Add table
Reference in a new issue