how to match the words linux1a and linux1b from single line ? ( should be performed by ksh )
list="solaris1a Auto global linux1a linux1b"
echo $list | .... ?
my target is to find that linux1a and linux1b are exists in the line { $list )