Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Grep'ping on Unix without perl-compatible gnu grep - can you do it better?

by Anonymous Monk
on Feb 01, 2013 at 07:13 UTC ( [id://1016464]=note: print w/replies, xml ) Need Help??


in reply to Re: Grep'ping on Unix without perl-compatible gnu grep - can you do it better?
in thread Grep'ping on Unix without perl-compatible gnu grep - can you do it better?

Indeed, the -E switch (aka egrep) does activate a modern regexp syntax, and is found in a boatload more systems than where -P is. It does not come with all the Perl features, but it is way more comfortable than the basic 1980s dialect grep & co default to.

Replies are listed 'Best First'.
Re^3: Grep'ping on Unix without perl-compatible gnu grep - can you do it better?
by parv (Parson) on Feb 01, 2013 at 07:37 UTC
    You could (have) try(ied) awk on systems that has(had) a lacking grep.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-20 02:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found