On 17:31 Fri 05 Oct     , Ryan Hill wrote:
> If there aren't any variables that you actually need expanded in the
> script (i didn't see any but could have easily missed it), just escape
> the termination marker, ie.
> 
>     cat << \EOF > "${T}"/${cfile}
> 
> or
>     cat << 'EOF' > "${T}"/${cfile}
> 
> This turns off parameter and arithmetic expansion and command
> substitution.

That is so cool. Just another reason I love this reviewing.

Thanks,
Donnie
-- 
[EMAIL PROTECTED] mailing list

Reply via email to