Moshe Cohen wrote: > Hi, > Let's say I want to have an exec action like this: > <mailto:[email protected]> > exec "/bin/bash -c 'mail -s "multi word subject" [email protected] > <mailto:[email protected]> ' " > > This will not work because the quotes around the subject collide with > the outer quotes. > I have tried several types of escaping these quotes or single quotes, > but have't found the way to do it. > How can I escape quotes so the command is passed to the bash script > properly?
$ man unlang Alan DeKok. -- To unsubscribe: http://lists.nongnu.org/mailman/listinfo/monit-general
