>#!/bin/sh
>PATH=/bin:/sbin:/usr/bin:/usr/sbin
>. /etc/site-params
>sed -e 's/CHARS/$CHARS/g' this.file
>
>All it achieves though is to replace the string CHARS with the string
>$CHARS, which is not what I want.

This is where the difference between " and ' matters.


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to