Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

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

by taint (Chaplain)
on Apr 26, 2013 at 14:09 UTC ( [id://1030837]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    file->name('*.iso')
    
  2. or download this
    file->name('*.xz')
    
  3. or download this
    -cmin n
         True if the difference between the time of last change of file
         status information and the time find was started, rounded up to
         the next full minute, is n minutes.
    
  4. or download this
    -atime N
    True if last-access time of file matches N (measured in days) (see bel
    +ow).
    ...
    1.   * N is prefixed with a +: match values greater than N
    2.   * N is prefixed with a -: match values less than N
    3.   * N is not prefixed with either + or -: match only values equal t
    +o N
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-19 11:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found