I've a short script with this sed statement:
sed "s/NAME_GOES_HERE/$name/" msg | mailx -s "<title>" $addr

It's applied to three lists, but on only one list does it produce this
error:
sed: -e expression #1, char 24: unknown option to `s'

The messages go out and there's no `s' at character position 24 so I'm
puzzled why I see that message.

Any thoughts?

Rich

Reply via email to