Help for this page

Select Code to Download


  1. or download this
     fgrep -w -f list.txt largefile.txt
    
  2. or download this
    my @list = <$list>;
    
    ...
            print grep (/^$test/,@large);
    
    }