On 4/18/07, <b class="gmail_sendername">Robert W. Kuhn</b> <<a href="mailto:2006@ku.hn">2006@ku.hn</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is there any program (or script) that respects the quotation marks?</blockquote><div><br>Vim does. I don't know an easy way to pipe through vim, but here's a difficult way:<br><br>  vim -c 'set tw='$TM_COLUMNS - >/dev/null 2<<<'gqG:%!cat >'>(cat >&2) 
<br></div><br></div>Pipe the text through that, and it does what you want, I think.<br><br><br>Robin