Help!
I am trying to write a script that will distinguish a character set that appears twice in my data I am capturing.
The data is a direct feed from an instrument using zmodem. The capture file simply looks for a character string and then captures until the process finishes. My script opens perfectly as I complete the beginning string.
My problem is the difference between the beginning and ending of this file is similar. The order of the characters is different with a carriage return. I need a command that will ignore the first instance and stop at the second instance.
Any help is appreciated.
I am trying to write a script that will distinguish a character set that appears twice in my data I am capturing.
The data is a direct feed from an instrument using zmodem. The capture file simply looks for a character string and then captures until the process finishes. My script opens perfectly as I complete the beginning string.
My problem is the difference between the beginning and ending of this file is similar. The order of the characters is different with a carriage return. I need a command that will ignore the first instance and stop at the second instance.
Any help is appreciated.