Help for this page

Select Code to Download


  1. or download this
    find2perl SOMEDIR -mtime +5 -print
    
  2. or download this
    # hand waving prior to this
    #
    ...
         unlink $file if int($age) > 5;
    }
    closedir(DIR);