Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: File::Find seems grossly inefficient for performing simple file tasks

by Laurent_R (Canon)
on Apr 26, 2013 at 21:53 UTC ( [id://1030899]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    grep ab file.txt
  2. or download this
    perl -ne 'print if /ab/' file.txt
  3. or download this
    perl -ne 'print if /ab/' file.txt

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-18 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found