From 2750c820586500c54afa5efd51218970a0d9d344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Thu, 28 Jan 2021 20:13:56 +0000 Subject: [PATCH] Remove a note about sed. s/a/b/ seems functional. --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 52a61798..c2209c46 100644 --- a/README.md +++ b/README.md @@ -181,14 +181,7 @@ old tooling instead. #### Part 7: sed 4.0.7 -You are most likely aware of GNU `sed`, a line editor. Here, we had to make a -compromise between two versions: - -- 1.18: fully functional `s/a/b`, but no `-i`. -- 4.0.7: fully functional `-i`, but broken `s/a/b`. - -We opted for the latter, as otherwise there would be no patching of files for -quite some time. We can delete lines from files now! +You are most likely aware of GNU `sed`, a line editor. #### Part 8: tar 1.12