Help for this page

Select Code to Download


  1. or download this
      find /path/of_interest -type d | sort > /path/for_log_info/dirlist.y
    +ymmdd
    
  2. or download this
    open( DLIST, "<", $dirlist );
    while ( my $dir = <DLIST>) {
    ...
        closedir D;
    }
    close DLIST;