<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello.<br>
    <br>
    <u>grep --color=auto</u> dont work with <u>egrep</u><br>
    I fixed it with string:<br>
    (( $#grep_options > 0 )) && alias egrep='egrep
    '${grep_options:+"${grep_options[*]}"}<br>
    <br>
    after that colors work normally with egrep.<br>
  </body>
</html>