Re: egrep question



watkins@xxxxxxxxxxxxxxx says...
Mistake...I think the problem is line 26.

egrep $name $2 > /dev/null Need to somehow quote $name.
What's wrong with
egrep "$name" $2 >/dev/null

Or am I missing anything?
Thorsten
.