I'm trying to define a string in a following way but get a no match error:
How should I define the string in this case?
Thanks
Code:
/home/ds941545[1115] set a = 'error.*done'
/home/ds941545[1116] echo $a
echo: No match.
Thanks