Help for this page

Select Code to Download


  1. or download this
    system("find /clear/pp_00/ngbb/ -name '*.txt' > CCfiles");
    open (OUT , "CCfiles" ) or die " can't open CCfiles\n";
    ...
      my @Result = split ( /\//, $_ );
      print "the someName dir is $Result[1]\n";
    }