Add ed(1) - the standard text editor

This commit is contained in:
Roberto E. Vargas Caballero 2015-12-14 12:09:34 +00:00 committed by sin
parent b533625aac
commit 1de650edf5
5 changed files with 1389 additions and 1 deletions

View File

@ -92,6 +92,7 @@ BIN =\
dirname\ dirname\
du\ du\
echo\ echo\
ed\
env\ env\
expand\ expand\
expr\ expr\

1
README
View File

@ -30,6 +30,7 @@ The following tools are implemented:
=*|o dirname . =*|o dirname .
=*|o du . =*|o du .
=*|o echo . =*|o echo .
o ed .
=*|o env . =*|o env .
#*|o expand . #*|o expand .
#*|o expr . #*|o expr .

2
TODO
View File

@ -7,7 +7,7 @@ at
awk awk
bc bc
diff diff
ed ed manpage
install install
patch patch
pathchk pathchk

9
ed.1 Normal file
View File

@ -0,0 +1,9 @@
.Dd 2015-12-14
.Dt ED 1
.Os sbase
.Sh NAME
.Nm ed
.Nd text editor
.Sh SYNOPSIS
.Nm
is the standard text editor.

1377
ed.c Normal file

File diff suppressed because it is too large Load Diff