sed: update Dutch translation (#12154)

* sed: update Dutch translation

* sed: update placeholder
This commit is contained in:
Sebastiaan Speck
2024-01-28 14:39:25 +01:00
committed by GitHub
parent e649a5acc6
commit b34e319836
2 changed files with 16 additions and 8 deletions

View File

@@ -26,8 +26,8 @@
- [d]elete the first line of a file:
`sed -i 1d {{/path/to/file}}`
`sed -i 1d {{path/to/file}}`
- [i]nsert a new line at the first line of a file:
`sed -i '1i\your new line text\' {{/path/to/file}}`
`sed -i '1i\your new line text\' {{path/to/file}}`