i'm trying to basically read every line of a file, doesn't really matter in what order, and look for two fields that match a pattern (dest=M,type=N) and return the third field, something like:
dest1 type1 .99
dest2 type2 2.34
dest3 type3 .50
To do this I'd have to be able to go back to the...