Reco writes: > Try it like this: > > sed -r 's/&([a-z])/\1/g' <your_perl_files>
It worked like a charm. I forgot about the parentheses and the \1 to limit the number of matches. My thanks to everyone who emailed me both on and off-list. Martin McCormick -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

