I have 3 arrays I have created from 3 different files. One file is a list of text and the other two are numeric in nature. I need to do a math equation all the way down the two numeric arrays (i.e., compare A[1] with B[1] and A[2] with B[2],etc..) and then dump the output to a file with the reference from the 3rd array.
in short:
A[1] Math Expression B[1]
echo result and place C[1] next to it in a new file.
Pointers?
Best Regards,
FM
in short:
A[1] Math Expression B[1]
echo result and place C[1] next to it in a new file.
Pointers?
Best Regards,
FM