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(.);'