Re: File - sed1line.txt

"[email protected] [sed-users]" <[email protected]> 08 Jul 2017 12:30:18 +0000
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]