This script should be simple, but it's not working for me. It takes each line of file1 and compares it to each line of file2. When they match, it should incriment a count. It's working fine with the first line of file1, but not with the rest.
File 1 is just 0-9, one number per line. File 2 is a bunch of 0-9's, in there kind of randomly, one number per line.
File 1 is just 0-9, one number per line. File 2 is a bunch of 0-9's, in there kind of randomly, one number per line.
