GREP Help



Is there a wa with grep to extract all lines that do not begin with "#"? I
have tried the following.

grep -v '#' /etc/my.conf

That gives me the lines that do not contain # but I want the lines that do
not begin with it.

Any ideas?

Matt


.