LovecraftHP
Programmer
I'm new to AWK, but I was wondering if any of you might be able to help me with this:
I want to be able to check whether the value of a certain field (the field is the same for all the records) is different from any of the field values in previous records. So e.g., every record has 4 fields, and I want to be able to check the 3d field of every record, with the "3d fields" of the previous records.
I've been trying to solve it using arrays, but so far unsuccessfully.
I want to be able to check whether the value of a certain field (the field is the same for all the records) is different from any of the field values in previous records. So e.g., every record has 4 fields, and I want to be able to check the 3d field of every record, with the "3d fields" of the previous records.
I've been trying to solve it using arrays, but so far unsuccessfully.