mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
Remove a note about sed. s/a/b/ seems functional.
This commit is contained in:
parent
1946e02d44
commit
2750c82058
1 changed files with 1 additions and 8 deletions
|
|
@ -181,14 +181,7 @@ old tooling instead.
|
||||||
|
|
||||||
#### Part 7: sed 4.0.7
|
#### Part 7: sed 4.0.7
|
||||||
|
|
||||||
You are most likely aware of GNU `sed`, a line editor. Here, we had to make a
|
You are most likely aware of GNU `sed`, a line editor.
|
||||||
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!
|
|
||||||
|
|
||||||
#### Part 8: tar 1.12
|
#### Part 8: tar 1.12
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue