Re: repair comb-quoting
| 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]