grep -nH --color=always -e "INFO tree" ../info/*
../info/dir:6:File: dir Node: Top This is the top of the \e[01;31mINFO tree\e[00m
-* GNU grep 2.5.1-cvs with specified minimal colors
+* GNU grep 2.5.1-cvs with the specified matching color
GREP_COLORS='mt=01;31:fn=:ln=:bn=:se=:ml=:cx=:ne' grep -nH --color=always -e "INFO tree" ../info/*
../info/dir:6:File: dir Node: Top This is the top of the \e[01;31mINFO tree\e[m
+* GNU grep 2.5.1-cvs with colors for the file name, line number and match
+
+GREP_COLORS='mt=01;31:fn=35:ln=32:bn=:se=:ml=36:cx=37:ne' grep -nH --color=always -e "INFO tree" ../info/*
+\e[35m../info/dir\e[m:\e[32m6\e[m:\e[36mFile: dir Node: Top This is the top of the \e[01;31mINFO tree\e[m
+\e[35m1\e[m:\e[32m2\e[m:\e[36m3:4:\e[01;31mtext\e[m
+\e[35m1:2\e[m:\e[32m3\e[m:\e[36m4:\e[01;31mtext\e[m
+\e[35m1:2:3\e[m:\e[32m4\e[m:\e[36m\e[01;31mtext\e[m
+
* GNU grep 2.5.1-cvs with default colors
grep -nH --color=always -e "INFO tree" ../info/*
* GNU grep 2.5.1: other messages
+Grep started at Tue Jul 19 15:41:30
grep: ../info/dirinfo: No such file or directory
-Grep exited abnormally with code 2 at Tue Jul 19 15:42:32
+Grep interrupt at Tue Jul 19 15:42:31
+Grep killed at Tue Jul 19 15:42:31
+Grep terminated at Tue Jul 19 15:42:31
+Grep exited abnormally with code 2 at Tue Jul 19 15:42:31
Grep finished with no matches found at Tue Jul 19 15:43:12
-Grep finished (matches found) at Tue Jul 19 15:45:15
+Grep finished (matches found) at Thu Jul 21 15:02:15
* agrep