in reply to Re^3: Reading through a file and checking for a specific string
in thread Reading through a file and checking for a specific string
Do you know if there is a way to print out the two letter string I am looking for if it doesn't exist in the file?
So for example, if I have another string in file "FD" that doesn't match anything, could I still print it out just so I know which ones I am missing. Thanks!