Re: Killing "$..." posts with Souper
Albert Y.C. Lai (trebla@io.org)
Tue, 28 May 1996 22:19:32 -0400
Souper (OS/2 or Win96) assumes regular expressions, and $ is a
special symbol in regular expressions. You need to override the
special meaning of $. Use \$, or \$\$, or \$\$\$, ...
--
Albert Y.C. Lai trebla@io.org http://www.io.org/~trebla/