Help for this page

Select Code to Download


  1. or download this
    fgrep -i -w -f DBtest.txt databaseJoinDan.txt > tableUsed.txt
    
  2. or download this
    
    # find_strings.pl
    ...
        /\b($pat)\b/i and print;
    }
    
  3. or download this
    perl find_strings.pl DBtest.txt databaseJoinDan.txt