On 16 Mar 2008, at 13:33, Fletcher T. Penney wrote:
I decided just to rewrite the whole command, to make it easier to fix and maintain in the future. But when I used your substitution, it didn't seem to fix anything with the '$' problem: [...]
Yeah, the regexp subst. should have been s/(?=[$`\])/\/g (escaping the dollar for unknown reasons).