From: Umair M. <uma...@gm...> - 2008-08-12 14:18:17
|
Hello! I am passing an argument to an external script. The argument is in the form abc-[0]. When i write external[abc-[0]], the script does not work and when i write, external[abc-0], it starts working. The value passed to actual script by zabbix is "abc-[0" It's ignoring the last bracket. I need to pass these square brackets as a part of my program. What can the problem be? -- BR Umair |