Help for this page

Select Code to Download


  1. or download this
    ngbb/someName/bld/one.txt
    ngbb/someName/bld/two.txt
    
  2. or download this
    system("find /clear/pp_00/ngbb/ -name '*.txt' > CCfiles");
    open (OUT , "CCfiles" ) or die " can't open CCfiles\n";
    ...
    print "the someName dir is $_\n";
    }