grep color synctax code example
Example: grep with color highlight
grep -rinw hero --color=always ./
NOTE:
the option "--color=always" works to highlight our requiered string "hero"
grep -rinw hero --color=always ./
NOTE:
the option "--color=always" works to highlight our requiered string "hero"