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

0

Grep W/ Multiple Color Highlight, Example 1

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

Browse Popular Code Answers by Language