Add initial implementation of sed(1)

No manpage yet.
This commit is contained in:
Evan Gates 2015-02-10 10:34:46 +00:00 committed by sin
parent 7143737b50
commit bc07f1b9b5
4 changed files with 1773 additions and 1 deletions

View File

@ -108,6 +108,7 @@ BIN =\
renice\
rm\
rmdir\
sed\
seq\
setsid\
sha1sum\

1
README
View File

@ -56,6 +56,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
= readlink non-posix -e, -m
=* renice yes none
=* rm yes none (-i)
# sed
=* rmdir yes none
=* setsid non-posix none
=* sleep yes none

1
TODO
View File

@ -17,7 +17,6 @@ make
od
patch
pathchk
sed
stty
tabs
tput

1771
sed.c Normal file

File diff suppressed because it is too large Load Diff