I need to output the lines from file1 that are not found in file2, ideally using linux commandline.
Both files are uppercase A-Z, sorted, per-file unique, and contain only one word per line. Typically, file1 is between 5 and 100 lines long, file2 is 250,000 lines long. Processing speed is not an issue.