Here is a tricky one. I am using expect to log into another machine via a serial link (only communications available). I generate a report that is saved to a file (It will not send it to stdout). The file is stored with attribute=value(delimiter)attribute=value.... The problem that I have is when trying to parse the file and store the attribute=value into an expect array is that I can not delimite the file. The delimiter is the <bell>. From what I have found it is the hex 07 value or the escape a. As of yet I can not get it to work.
The closest that I got was to generate the file and cat it. Any thoughts would be appreciated.
--Jay
The closest that I got was to generate the file and cat it. Any thoughts would be appreciated.
--Jay