I have a perl script and I do search and replace using sed inside the script. If the file name is having special character, script fails with error as "sh: -c: line 0: syntax error near unexpected token `('". Could you please help me to fix this issue.