Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: "em" - Emphasize text using regular expressions

by reisinge (Hermit)
on Apr 20, 2013 at 13:29 UTC ( [id://1029640]=note: print w/replies, xml ) Need Help??


in reply to "em" - Emphasize text using regular expressions

GNU grep used with --color option and GREP_COLORS environment variable can do something similar.

Well done is better than well said. -- Benjamin Franklin

Replies are listed 'Best First'.
Re^2: "em" - Emphasize text using regular expressions
by FloydATC (Deacon) on Apr 27, 2013 at 07:52 UTC
    With this tool you can just type
    tail -f logfile | em "interesting"

    ...instead of
    export GREP_COLOR="33;1" && tail -f logfile | grep "interesting" --colour

    And you can do more than one regex/color in the same filter.

    -- Time flies when you don't know what you're doing

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1029640]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-20 02:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found