Answers for "grep with color highlight"

C
0

grep with color highlight

grep -rinw hero --color=always ./

NOTE:
the option "--color=always" works to highlight our requiered string "hero"
Posted by: Guest on September-23-2020

Code answers related to "C"

Browse Popular Code Answers by Language