> For the complete documentation index, see [llms.txt](https://book.ferro.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.ferro.pro/linux/text.md).

# text

* [sed](#sed)
  * [Commands/PROGRAM](#commandsprogram)

## sed

<https://www.gnu.org/software/sed/manual/sed.html>

```
--debug
```

### Commands/PROGRAM

* <https://www.gnu.org/software/sed/manual/sed.html#Multiline-techniques>

seq 6 | sed -n 'N;l;D'
