I am often using grep -R
on an entire directory tree to find all files that contains a specified word. I wonder if there is a tool that makes the whole operation much faster, maybe via hashing? (Unix systems!). Even better if it exists to optimize regular expressions matching.
thanks! -Francesco