Hello, I would like to use this script for monitoring and exclude couple of paths. I’am now able to do so, if I specify multiple x parameters. Like [ -x <path1> -x <path2> -x <path3> ] Can this be done with a sngle x parm ? Like [ -x path1,path2,path3]
Thanks Anusha