2008/9/4 Maxim Veksler <[EMAIL PROTECTED]>:
> Hi,
>
> Someone has a good recommendation for a log syntax highlighter ?
>
> I have my application logs where I need to quickly highlight some text, in
> that case "name=" the output is verbose as I'm running in TRACE.
"grep --color --name={1}"
Replace "{1}" by regular expression which matches the part you want to
highlight in addition to the "name=", maybe "[^ ]*" to highlight up to
the next space.
> Could some one please suggest a suitable tool as I've tried some project but
> the hardly work.
"man grep"
Cheers,
--Amos
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]