[an error occurred while processing this directive]

  • Re: substituting a file location using sed s
    By : anonymous ( Wed Mar 19 12:48:57 2003 )

    Substitute / to \/ first.


    Location=`echo $Location | sed -e "s/\//\\\\\//g"`

    Return to article...[an error occurred while processing this directive]