1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 12:42:07 +02:00
Commit graph

4 commits

Author SHA1 Message Date
Sebastiaan Speck
b34e319836
sed: update Dutch translation (#12154)
* sed: update Dutch translation

* sed: update placeholder
2024-01-28 19:09:25 +05:30
Rubem Pacelli
8ee9347041
sed: add delete and insert commands (#12124)
* sed: add delete and insert commands

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-01-25 07:37:17 +05:30
Patrick R
45909948c8
sed: improve description of -i option (#9935)
* sed: improve description of -i option

The original description makes it sound like sed would wait for additional input while it actually just modifies the specified file in-place.

* Stylistic improvement to sed.md

Minor stylistic improvements to the in place flag.

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-13 00:59:51 +08:00
pixel
3c944f84c3
sed: split POSIX, GNU and BSD (#9609) 2022-12-13 13:53:24 +10:00