> btw., the POSIX -q option to grep is needed only on non-POSIX systems, that > do > not provide /dev/null, right?
grep(1) has a -s option. this is obviously useful because for large files with early matches, most of the file need not be read. - erik
