host_list=abc@xyz.com,cde@xyz.com,zbe@xyz.com
I want to write loop in bash script to scroll through each of this host_list & try to grep a particular string 'abc@xyz.com'. if its present then return yes or no
host_list=abc@xyz.com,cde@xyz.com,zbe@xyz.com
I want to write loop in bash script to scroll through each of this host_list & try to grep a particular string 'abc@xyz.com'. if its present then return yes or no
