Help for this page

Select Code to Download


  1. or download this
    cd {top_level_directory_where_all_files_are_located}
    
    find * -type f | search_script.pl > hit_list.txt
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            print "$_: NO_MATCH\n";
        }
    }
    
  3. or download this
    find * -type f | search_script.pl > hit_list.txt 2> search.errlog