linux - How to modify the cat command -


so i'm trying show contents of text file every occurrence of particular word highlighted. don't want use grep shows sentences word in. want use cat command.

i still suggest use grep command, , specify big context value print out lines "near" matching lines, e.g:

grep -c 999999999 needle haystack 

Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -