Re: File - sed1line.txt
| Newsgroups | gmane.editors.sed.user |
|---|---|
| Message-ID | <[email protected]> |
Note that Q is not a POSIX compliant feature.
You could replace the `Q` with `d` and retain the POSIX compliance:
echo hello | sed ':a; /\n\{8\}/d; G; P; ba'
[Non-text portions of this message have been removed]