Search large text files for specific words and collect them together in a text file
Search large text files for specific words and collect them together in a text file.
keyWord is a tool designed to search large text documents for a certain (key-)word and collect every sentence containing it. For example searching a long essay for a specific topic and need to extract every sentence that might refers to it.
Linux:
./key_word
Assume you need to extract every sentece with the word “he” in it from a tetx file named sample.txt
Distributed under the GNU General Public License v3.0 license. See LICENSE
for more information.
https://github.com/SchnJulian/
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)