Hi, I have following bash command.
$ echo "hell{o" |egrep --color=auto -e '{o'
output result:
hell{o
the problem is only o is RED color, I read from man help, it match result is
ought
to `{o', if -e '\{o', it result OK, why same situation show difference
result ?
Thanks for you grep...
--
Have a nice day!
