Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: (2) One-liner for Matching a Regex in a Directory of Files

by svsingh (Priest)
on Jan 11, 2004 at 02:15 UTC ( [id://320412]=note: print w/replies, xml ) Need Help??


in reply to Re: One-liner for Matching a Regex in a Directory of Files
in thread One-liner for Matching a Regex in a Directory of Files

Sorry, I didn't mean to imply that that M was at the beginning of the file. Each text file is a separate essay and the acronym was just a word in the body of the file.

I combined ideas from both tips to come up with the following (semi-Perl) solution. Thanks for your help Paladin and allolex.

for %a in (*.txt) do @perl -ne "if (m/ (M[A-Z]{3}) /) { print qq($1\n); }" %a

Log In?
Username:
Password:

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

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

    No recent polls found