Re: repair comb-quoting

"[email protected] [sed-users]" <[email protected]> 22 Jan 2016 13:13:09 -0800
Newsgroups gmane.editors.sed.user
Message-ID <[email protected]>

 

 sed -e '
    # v2.0
    /^>/!b
    $q
    /.\{30\}./!b
    N
    /\n\(> \)\{1,\}$/b
    /\n>.\{30\}./{P;D;}
    /^>.\{50\}.*\n/s/\n\(> \)\{1,\}//
 '   your_comb_quoted_file


[Non-text portions of this message have been removed]