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

Re: Are there canned fileserver grooming scripts?

by kilinrax (Deacon)
on Feb 01, 2001 at 21:36 UTC ( [id://55759]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -M'File::Find' -e '$\ = qq(\n); find sub { (-s > 1048576) && prin
    +t $File::Find::name }, q(.);'
    
  2. or download this
    perl -M'File::Find' -e '$\ = qq(\n); find sub { (-M $_ > 60) && print 
    +$File::Find::name. -M $_ }, q(.);'
    

Log In?
Username:
Password:

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

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

    No recent polls found