[TxMt] "Pristine Copy" and svn bundle checkout
Allan Odgaard
throw-away-1 at macromates.com
Sat May 27 05:41:30 UTC 2006
On 26/5/2006, at 23:57, John Tsombakos wrote:
> [...] I'd like to be able to search and remove the stupid, useless
> <o:p></o:p> tags that are left over. Just have to figure out how to
> take the output of the tidy command then do a text replace on it
> (Ruby gsub?)
Change the last line (which already contains ‘fi’) to:
fi|perl -pe 's/<o:p><\/o:p>//g'
I think that should do it.
More information about the textmate
mailing list