Raphaël <[email protected]> writes: > When using msggrep -f file.sed in order to use file.sed as the storage > for a list a regexp (1 per line), > it ignores lines beginning with # but treat empty line as a catch-all (.*)
I think this is normal, as grep -f behaves like that. For #, isn't it simply because there is no comment starting with #?
