Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: grepp -- Perl version of grep

by Akhasha (Scribe)
on Dec 31, 2004 at 07:56 UTC ( [id://418486]=note: print w/replies, xml ) Need Help??


in reply to grepp -- Perl version of grep

This could prove useful - at least save me some typing. I fairly often resort to piping files through something like:
perl -ne '/regex/ && print'
or
perl -ne '/regex/ && $c++; END { print "$c\n"; }'
Thanks!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 23:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found