Answers for "Grep W/ Multiple Color Highlight, Example 2"

0

Grep W/ Multiple Color Highlight, Example 2

{ GREP_COLOR="1;32" grep foo file.txt
  GREP_COLOR="1;36" grep bar file.txt
} | ...
Posted by: Guest on January-30-2022

Browse Popular Code Answers by Language