ed: Add more bugs to TODO

This commit is contained in:
Roberto E. Vargas Caballero 2018-09-20 09:49:36 +01:00 committed by Quentin Rameau
parent 7441770cfd
commit 6d3f18c821
1 changed files with 10 additions and 0 deletions

10
ed.c
View File

@ -18,6 +18,16 @@
*
* .
* ?radix?;/^$/-s/^/static /
* o cat <<EOF | ed
* 0a
* Line
* .
* s/ *//
* o cat <<EOF | ed
* 0a
* line
* .
* 1g/^$/p
*/
#include <sys/stat.h>