ed: Add other pending bug

At this stage is clear that the match() function of ed has
serious problems that have to be solved.
This commit is contained in:
Roberto E. Vargas Caballero 2024-03-22 04:39:25 +01:00
parent ac6d382515
commit b30fb56804
1 changed files with 9 additions and 0 deletions

9
TODO
View File

@ -57,6 +57,15 @@ ed
.
1g/^$/p
* cat <<EOF | ed
0a
line1
line2
line3
.
g/^$/d
,p
* Editing huge files doesn't work well.