Bruce B. Platt wrote:
> Very Nice.  Thanks!
> 
> I did a "Search File Names" for crypto.h
> 
> And found:
> 
> Search results:
...
> kernel-source (2.4.31-4tr): /usr/src/kernel-source-2.4.31-4tr/crypto/hmac.c
> 
> Question:  the ksmimecrypto.h, crypto.html, and hmac.c results are wrong 
> :-{  A result of regex parsing errors?

no, . is "any char" in regex, and you didn't tell it to only search for 
files named exactly "crypto.h"

try /crypto\.h$

Cheers,
-- 
Morten
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to