How to search words in text files faster than "grep" of linux command? -
I have many files with code, I have to search different keywords along with the function. Currently I'm using the keyword "grep-i -r" which searches for "Linux" in search. However, I need to increase the pace of search to reduce time.
I have also heard of the Boer-Moore algorithm which is a fast detector but I am not expecting the results I have achieved.
So I am very excited to hear your comments and solutions.
- < Li> You should try
- If you want the ability to take your code into the language syntax account (the difference between the function and symbols) you should try it.
ack (). It's designed as a fast search tool for code.
Comments
Post a Comment